@import url('//fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/************ TEMPLATE  ************
/******* COLORS *********

M1&2: from tshirt logo
-Burgandy: #6a1518 rgba(106,21,24,1)
-"Mustard": #c9bea2 rgba(201,190,162,1)
-Sword Grey: #797977 rgba(121,121,119,1)
-Light Sword Grey: #c7c6c4 rgba(199,198,196,1)

M3&4: 
-School's Red: #C01932
-gold: #C4AB19
------------
St. Michael the Archangel Catholic Church
Saint Michael the Archangel Catholic Church

3354 W 30th St, Indianapolis, IN 46222  |  317-926-7359  |  rectory@saintmichaelindy.org
------------
Welcome/Mission
We, the parishioners of St Michael the Archangel are a diverse Catholic Community, dedicated to the living Gospel through the active celebration of the sacraments, lifelong faith formation and a continuing commitment to our neighbors.
------------
QL updated - I'm New, Online Giving, Download MyParishApp, Join Us on Flocknote, Bulletin, Safe Parish
(ql from *C - Contact Us, Bulletin, I'm New, Give Online, Sacraments, Religious Education)
Social - FB, Flocknote, MyParishApp
------------
Weekend Mass 
Saturday - 5:30pm
Sunday - 9:00am, 11:00am

Daily Mass
Tues, Fri - 6:00pm
Wed, Thurs - 8:15am
Saturday - 8:30am

Reconciliation 
Tues, Fri - 5:00–5:45pm
Saturday - 4:00–5:00pm
Anytime by Appointment: 317-926-7359

Adoration & Benediction
Tues, Fri - 5:00–5:45pm
-
************/

.site-1 {
    --primary-color: #6a1518;
    --secondary-color: #c9bea2;

    --primary-rgb: 106,21,24;
    --secondary-rgb: 201,190,162;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Crimson Text', 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-black);
    --ql-background-color: rgba(var(--secondary-rgb),.8);
    --ql-background-hover: rgba(var(--secondary-rgb),.6);

    --mt-border-radius: 0;
    --mt-para-color: var(--default-white);
}



.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;
} 

/*************** ALL SITE *****************/
.item-image {display: none;}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/

@media only screen and (min-width: 50.99rem) {
	.site-1-home #g-navigation {
		padding-bottom: 2rem!important;
	}

    .site-1 #g-navigation {
        background: url('/images/template/header-left.png') 0% 0% no-repeat, url('/images/template/header-right.png') 100% 0% no-repeat;
        background-size: 40%;
    }

    .site-1 #g-navigation .g-logo {
        padding: 1rem 0;
    }
    .site-1 #g-navigation .g-logo img {
        width: 50%;
    }

    .ql-fa-toplinks {
		--ql-title-color: var(--primary-color);
		--ql-font-title-color: var(--primary-color);
	}

    .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1.25vw;
    }
    .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: 1.25vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation .g-logo {
        max-width: 65%;
        margin: 1rem auto;
    }
    .site-1-sub #g-navigation {
        background: #f1f1f2;
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    }
}

/*************** SLIDESHOW ****************/ 

.mass-times-block {
	background: none;
}

.mass-times-overlay .button {
    background: var(--secondary-color);
    color: var(--primary-color)!important;
    margin-top: 5px;
}

.mass-times-overlay .button:hover {
    background: #777;
}

@media only screen and (min-width: 50.99rem) {
    .mass-times-overlay :is(h1,h2,h3,h4,h5,h6) {
        margin-top: 5px!important;
        /*margin-bottom: 5px!important;*/
    }
}

@media only screen and (max-width: 50.99rem) {
    
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border: 2px solid var(--default-white);
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/

.parish-home #g-container-main {
    padding: 0 5%;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main {
        padding: 0 5%;
    }
    .ph-sidepics-3 .g-title {
        border-bottom: 1px solid var(--primary-color);
        font-size: 3vw;
    }
    .ph-sidepics-3 .g-array-item-read-more {
        opacity: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(1) {
        order: 3;
    }
    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(2) {
        order: 1;
    }
    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(3) {
        order: 2;
    }
    .ph-sidepics-3 .g-title {
        border-bottom: 1px solid var(--primary-color);
        font-size: 10vw;
        text-align: center;
    }
    .ph-sidepics-3 .g-array-item-read-more {
        opacity: 0;
    }
    .ph-sidebyside-mobile .g-array-item-title {
        padding: 1rem;
    }
}

/*************** EXPANDED *****************/ 

.site-1-home #g-expanded .g-array-item-text :is(h1,h2,h3,h4,h5,h6,p) {
    color: var(--default-white);
}

.site-1-home #g-expanded {
    background: url('/images/template/parallax3.jpg') 0% 0% no-repeat;
    background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.site-1-home #g-expanded > .g-container {
    background: rgba(var(--primary-rgb),.6);
    padding: 5vw 5%!important;
	width: 100%;
}
.site-1-home .social-feed {padding: 0 2vw;}


@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 5vw 0!important;
    }
}

/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    #g-bottom {
        padding: 2vw 0!important;
    }
    #g-bottom .admod td {
        padding: 0;
    }
}

/*************** FOOTER *******************/
#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 **********************/

@media only screen and (min-width: 50.99rem) {
    .whatis-page #g-mainbar > .g-grid:nth-child(1) > .g-block > .g-content {
        margin: .625rem .625rem 0 .625rem; 
        padding: 1.5rem 1.5rem 0 1.5rem;
    }
}

@media only screen and (max-width: 50.99rem) {
    .whatis-page .sprocket-lists-modern-container > li:first-child {
        display: none;
    }
    .whatis-page #g-mainbar > .g-grid:nth-child(1) > .g-block > .g-content {
        margin: 0 .625rem;
        padding: 0 1.5rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .social-icons-custom {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1vw;
    }
    .social-icons-custom img {
        height: 1.75vw;
        width: auto;
    }
    .social-icons-custom i {
        font-size: 1.5vw;
        color: var(--default-white);
        opacity: 1!important;
    }
    .social-icons-custom i:hover {
        color: #f1f2f2;
    }
}

@media only screen and (max-width: 50.99rem) {
    .social-icons-custom {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1vw;
        margin-top: 4vw;
    }
    .social-icons-custom img {
        height: 1.5rem;
        width: auto;
    }
    .social-icons-custom i {
        font-size: 1.3rem;
        color: var(--default-white);
        opacity: 1!important;
    }
    .social-icons-custom i:hover {
        color: #f1f2f2;
    }

    #g-copyright {
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 50.99rem) {
    .min-layout .g-item-title {
        font-size: 2.75vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .min-layout .g-item-title {
        font-size: 7.75vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .sacrament-table tbody > tr:nth-child(odd) {
        display: flex;
        flex-direction: column;
    }

    .sacrament-table tbody > tr:nth-child(odd) > td:first-child {
        order: 2;
    }
    
    .sacrament-table tbody > tr:nth-child(odd) > td:first-child {
        order: 1;
    }
}