@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&display=swap');
/************ TEMPLATE  ************
blue/green #01737b rgba(1,115,123,1)
************/

.site-1 {
    --primary-color: #01737b;
    --secondary-color: #c9b8a0;

    --primary-rgb: 1,115,123;
    --secondary-rgb: 201,184,160;

    --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);

    --ql-title-color: var(--primary-color);

    --ph-title-color: var(--default-white);

    --mt-background-color: rgba(0,0,0,.65);
    --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;
} 

.homepage-button {
    border: 3px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color);
    font-size: 1.5vw;
    /* box-shadow: var(--default-box-shadow); */
    border-radius: 5px;
    padding: 0.5rem 1rem;
}

/*************** 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 ***************/

#g-navigation a:not(.button):hover {
    color: var(--secondary-color);
}

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation .g-logo {
        margin: 1vw 2vw;
    }
    .site-1 #g-navigation .g-logo img {
        width: 80%;
    }

    .ql-fa-toplinks {
		--ql-title-color: var(--primary-color);
		--ql-font-title-color: var(--primary-color);
	}
}
@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation .g-logo {
        max-width: 70%;
        margin: 1rem auto;
    }

    .ql-fa-toplinks {
        --ql-font-title-color: var(--primary-color);
    }
    .ql-fa-toplinks .g-blockcontent-subcontent-block-content > .g-blockcontent-subcontent-title {
        display: flex;
    }
    .ql-fa-toplinks .g-blockcontent-subcontent {
        align-items: flex-start!important;
    }
    .mass-times-block {
        order: 2;
    }
    .fullwidth-swiper {
        order: 1;
    }
}

/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .mass-times-block {
        background: url('/images/stories/template/mary.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-position: top center;
    }
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/
/*************** MAIN *********************/

@media only screen and (min-width: 50.99rem) {
    
    .ph-photoblocknews .g-content-array {
        justify-content: space-evenly;
    }

    .ph-photoblocknews .g-title {
        font-size: 4vw;
    }

    .ph-photoblocknews .g-content-array > .g-grid > .g-block > .g-content {
        padding: 0;
    }

    .site-1-home #g-container-main > .g-grid > .g-block:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1-home #g-container-main #g-mainbar > .g-grid:last-child .button {
        border: 3px solid var(--primary-color);
        background: transparent;
        color: var(--primary-color);
        font-size: 1.5vw;
        box-shadow: var(--default-box-shadow);
        border-radius: 5px;
    }

    .site-1-home #g-container-main #g-mainbar > .g-grid:last-child .button:hover {
        background: var(--primary-color);
        color: var(--default-white);
    }
}
@media only screen and (max-width: 50.99rem) {
    .ph-sidebyside-mobile {
        --ph-title-color: var(--primary-color);

        margin-top: 2rem;
    }
    .ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }
}

/*************** 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 ****************/
.site-1-home #g-extension .g-content-array {
    margin: 0;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-extension > .g-grid > .g-block > .g-content {
        background: var(--default-white);
        box-shadow: var(--default-box-shadow);
        border-radius: 1rem;
        height: 100%;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-extension > .g-grid > .g-block > .g-content {
        background: var(--default-white);
        box-shadow: var(--default-box-shadow);
        padding: 0;
        border-radius: 5px;
    }
}

/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-bottom {
        padding: 2vw 0!important;
    }
    .site-1 #g-bottom .admod td {
        padding: 0;
    }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 

#g-container-footer {
    border-top: 5px solid var(--primary-color);
}

#g-footer {
    padding: 2vw 0!important;
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-footer {
        padding: 2rem 5% 4rem 5%!important;
    }
    .site-1 #g-footer :is(h1,h2,h3,h4,h5,h6) {
        font-size: 1.5rem;
    }
    .site-1 #g-footer p {
        font-size: 4vw;
    }
}

/*************** 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.ph-sidepics-3 {--ph-title-color: var(--primary-color);}
/*************** SECTIONS *****************/
/*************** MOBILE *******************/ 
/*************** ADS **********************/