@import url('//fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&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&display=swap');
/************ TEMPLATE  ************
Fonts:
Caudex
Montserrat

Colors: 
Blue - #374C6B, rgba(55,76,107,1)
White
Light Grey: #D1D3D4, rgba(209,211,212,1)
red #7A0A12 rgba(122, 10, 18, 1)
--------------------------------------------------
-text beside rotator is static
-- header images can be even smaller 
-maybe put that faded image of mary statue in the bottom right like in r2v1 anyway. they didn't specify :)
-I imagined the background texture to be a paralax. There is a super tall one and a square 1600x1600 sized one


************/

.site-1 {
    --primary-color: #374C6B;
    --secondary-color: #7A0A12;

    --primary-rgb: 55,76,107;
    --secondary-rgb: 122,10,18;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Caudex', serif;
    --body-font-family: 'Montserrat', 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);

    --mt-background-color: rgba(255,255,255,.5);
    --mt-header-color: var(--primary-color);
    --mt-para-color: var(--primary-color);

    --ql-title-color: var(--default-white);

    --ph-title-font-size-desktop: 1.3vw;
    --ph-title-font-size-mobile: 1rem;
    --ph-border-radius: 1rem;
    --ph-background-color: var(--default-white);
	--ph-sq-size: 22vw;
    --ph-title-hover: var(--primary-color);
}

.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a {
    background: var(--primary-color);
    color: var(--default-white);
    box-shadow: var(--default-box-shadow);
    font-family: var(--body-font-family);
} 

/*************** HOMELAYOUT ***************/ 
.site-1-home #g-page-surround {
    background: url('/images/template/texture-tall.jpg') 0% 0% no-repeat;
    background-size: cover;
}

.site-1-home :is(.button, .readon) {
    background: var(--default-white);
    color: var(--secondary-color);
}
.site-1-home :is(.button:hover, .readon:hover) {
    background: #777;
    color: var(--default-white);
}

/*************** 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: 32vw!important; margin-bottom: -30vw!important;}
    .site-1-sub #g-navigation {
        background: url('/images/template/texture-tall.jpg') 0% 0% no-repeat;
        background-size: cover;
    }
    .site-1-home #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: 33%;
    }
    .site-1-sub #g-navigation > .g-container {
        background: url('/images/template/header-left.png') 0% 0% no-repeat, url('/images/template/header-right.png') 100% 0% no-repeat;
        background-size: 33%;
    }
    .site-1 #g-navigation .g-logo {
        max-width: 70%!important;
        margin: 0 auto;
    }
    .site-1 #g-navigation .g-logo > img {
        width: 70%!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 70%;
    }
    .site-1-sub #g-navigation {
        background: url('/images/template/texture-tall.jpg') 0% 0% no-repeat;
        background-size: cover;
    }
}

/*************** SLIDESHOW ****************/ 

.fullwidth-swiper .slide {
    position: relative;
}

.fullwidth-swiper .rotator-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent !important;
}

.fullwidth-swiper div.slide div.slide-content-wrapper div.slide-content div.g-swiper-text a.rotator-link:hover {
    color: transparent !important;
}

#g-slideshow .fullwidth-swiper a.rotator-link:hover {
    color: transparent !important;
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
.site-1-home #g-utility .g-title {
    border-bottom: none;
    font-size: 3vw;
    font-family: var(--title-font-family);
    color: var(--primary-color);
    font-weight: 400;
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-utility .g-title {font-size: 2rem;}
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .ph-sq-3 .g-joomla-articles > .g-grid {
        border-radius: 1rem;
        overflow: hidden;
    }
}

/*************** EXPANDED *****************/ 
.site-1-home #g-expanded iframe {
    box-shadow: var(--default-box-shadow);
}

.site-1-home #g-expanded .g-title {
    border-bottom: none;
    background: var(--primary-color);
    font-size: 2vw;
    font-family: var(--title-font-family);
    color: var(--default-white);
    font-weight: 400;
    border-radius: .5rem;
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded .g-title {
        font-size: 2rem;
    }
}

/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
/*************** FOOTER *******************/
#g-container-footer {
    background: rgba(255,255,255,.5);
}
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--primary-color);} 
#g-footer p {font-size: 1vw;}

.site-1-sub #g-container-footer {
    background: url('/images/template/texture-tall.jpg') 0% 0% no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 50.99rem) {
    #g-footer p {
        font-size: 1.2rem;
        text-align: center;
    }
}

/*************** 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(--default-white); 
    background: var(--secondary-color);
} 
/*************** SECTIONS *****************/
/*************** MOBILE *******************/ 
/*************** ADS **********************/

.holy-art > div {
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
}