@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Quattrocento&display=swap');

/************ 

TEMPLATE NOTES

Teal: #006783; rgba(0,103,131,1)
Burgundy: #660a22; rgba(102,10,34,1)
Light Gray: #F0F0F0 - for Padre Pio background


font-family: 'Lato', sans-serif; 
font-family: 'Quattrocento', serif; 

************/

body { color: #333; font-size: 1.1rem; font-family: 'Lato', sans-serif; }

h1, h2, h3, h4, h5, h6 { margin: .75rem 0; line-height: 1.3; font-weight: normal;}
p { line-height: 1.3; font-size: 1.1rem;  font-family: 'Lato', sans-serif;  }

h1 {color: black; font-size: 2.5rem; font-family: 'Quattrocento', serif; }
h2, .page-header h2 { color: #006783; font-size: 2.1rem; border-bottom: 1px solid #333;  line-height: 1.3; margin: 0; padding: 0; font-family: 'Quattrocento', serif; }
h3 {color: #660a22; font-size: 2rem; font-weight: 700; font-family: 'Quattrocento', serif; }
h4 {background: #006783; font-size: 1.75rem;color: white; border-radius: .2rem; padding: .1rem .4rem; font-family: 'Quattrocento', serif; }
h5 {color: #006783; font-size: 1.5rem; text-transform: uppercase; font-family: 'Lato', sans-serif;}
h6 {color: #660a22; font-size: 1.6rem; font-style: italic; font-family: 'Quattrocento', serif;}
a { color: #660a22; }
a:hover { color: #006783; }

blockquote {
	color: #333;     
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	border-left: 5px solid #d5d5d5;
	font: italic 16px/22px Georgia, Serif;
	line-height: 1.2;
	font-size: 1.3rem;
}

address {
	font-style: italic;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.2;
}

/************ BUTTONS  ************/
.readon, .button, .btn, p.readmore .btn   { 
  color: white; 
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  background: #660a22; 
  padding: .7rem 1.3rem; 
  border-radius: .5rem; 
  margin: 0;
  display: inline-block;
  line-height: 1.125rem;
  border: none;
  transition: all .2s ease-in;
}

.readon:hover, .button:hover, .btn:hover,  p.readmore .btn:hover {background: #777; color: white;}
.readon a, .button a, .btn a, p.readmore a, .btn a {color: white;}
.btn .icon-chevron-right { display: none;}

/************ TABLES  ************/
.fancytable th {color: white; background: #660a22; border: 1px solid #660a22;}
.fancytable td { border: 1px solid #660a22;}

/************ ALERT ************/
.alert .g-content {padding: 0; margin: 0;}
.alert {border: none; padding: 0; margin: 0; background-color: #FFCFCF; color: #FF0000;}
.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6, .alert p { margin-left: 20px; color: red; background: transparent;}

/************ HERO IMAGE ************/
.hero p { margin: 0; }
.hero img { height: 24vh; object-fit: cover; width: 100%; opacity: 0.35; }

@media only screen and (max-width: 767px) { 
	.hero img { height: 24vh; }
}

/************ HOMELAYOUT  ************/
.homelayout .hiddenhome { display: none; }
p.buttonheading { margin: 0; padding: 0; }

#g-footer h1 {font-size: 2rem; margin-bottom: 0;}
#g-footer a {color: white; }
#g-footer a:hover {color: #660a22; }
#g-footer .g-content {padding-top: 0; margin-top: 0; }

#g-feature .mission h2 {border-bottom: none; font-size: 3rem; }
#g-feature .mission p {font-family: 'Quattrocento', serif; color: #606060; letter-spacing: 0.025rem;}
#g-feature .mission .g-content {padding-bottom: 0; margin-bottom: 0; }

#g-top {background: url(../images/template/header-bg.jpg) 89% 0% no-repeat  !important; background-size: contain !important;   }
.negativebottommargin {margin-bottom: -41px; z-index: 5; }
#g-top img {padding: 10px; }
#g-top .logo {display: flex; justify-content: center; align-items: center;}

@media only screen and (max-width: 767px) {
	.negativebottommargin img {width: 28%;}
	#g-top {background: url(../images/template/header-bg.jpg) 89% 74% no-repeat  !important; background-size: contain !important;   */ display: none; }
	#g-top .logo {margin: 2vw 2vw 7vw 2vw; }
	#g-feature .mission .g-content {padding: 1.5rem 0 0 0; }
	}

#g-navigation, #g-feature, #g-expanded, #g-footer, #g-extension, #g-bottom {padding: 0 5%;}

#g-expanded .button, #g-expanded .readon {width: 190px; }
#g-expanded h3.g-title {background: #006783; color: white;  text-align: center; padding: 0.5rem 1rem;}

.k-ui-namespace .mod_docman ul li .koowa_header { display: flex; }


/************ MENU  ************/
#g-navigation { padding: 5px 5%;}
#g-navigation .g-content { margin: 0; padding: 0;}
.g-main-nav .g-toplevel > li:first-child {margin-left: 10vw; }
.g-main-nav .g-standard > .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown { margin-top: 0px;}
.g-main-nav .g-toplevel > li:hover, .g-main-nav .g-toplevel > li.active {   background: rgba(0,0,0,.1); }
.g-main-nav .g-sublevel > li:hover, .g-main-nav .g-sublevel > li.active {   background: rgba(0,0,0,.1); }
/*#g-navigation { padding-bottom: 0px; }*/
.g-main-nav .g-toplevel > li > .g-menu-item-container { text-align: center;  padding: 0.625rem   0.75rem;  }
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {display: none; }
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {font-size: 1rem; }

.g-main-nav ul.g-toplevel {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.g-main-nav .g-standard .g-fade.g-dropdown { z-index: 10;}
.g-main-nav .g-dropdown { border-radius: 0 0 6px 6px;}

.g-main-nav .g-standard > .g-dropdown.g-dropdown-right, .g-main-nav .g-fullwidth > .g-dropdown.g-dropdown-right { left: 0; }

@media only screen and (max-width: 767px) { 
	.g-logo img { width: 95%;} 
	.g-offcanvas-toggle { top: 20px; left: 20px; }
	.g-go-back a:before {color: white; }
}

/************ 

TEMPLATE NOTES

Teal: #006783; rgba(0,103,131,1)
Burgundy: #660a22; rgba(102,10,34,1)
Light Gray: #F0F0F0 - for Padre Pio background


font-family: 'Lato', sans-serif; 
font-family: 'Quattrocento', serif; 

************/

/************ SIDE MENU  ************/
#g-aside .moduletable[class*="box"] { padding: 0; }
#g-aside .g-content { padding-left: 0; padding-right: 0px;}
.moduletable .nav.menu li a { width: 100%; border-radius: 0; padding: 10px 20px; color: white; font-weight: normal;}
.moduletable .nav.menu li{ transition: all .2s ease-in; border-radius: 3px; width: 100%; padding: 0; margin: 0;}
.moduletable .nav.menu, .moduletable .unstyled { border: none; padding: 0; margin: 0; display: block;  background: #660a22;  border-radius: 0; }
.moduletable .nav.menu li:last-child {  padding-bottom: 0;  margin-bottom: 30px;}
.moduletable .nav.menu .nav-child li:last-child {  margin-bottom: 0px;}
.moduletable .nav .nav-child { margin-top: 0px;}
.moduletable .nav.menu .nav-child li { border: none; margin-left: 20px; padding-right: 20px;}

.moduletable .nav.menu li.current.active a, .moduletable .nav.menu li a:hover { 
	color: #ffffff;
	background: #006783;
	font-weight: normal;
}
/**** SIDE DOCUMENT MODULES ****/
#g-aside .g-title {padding: 0;}
#g-aside h3.g-title {font-size: 1.75rem;}
#g-aside .platform-content {padding: 0.5rem 0;}
#g-aside .moduletable .category-module {padding: 0.5rem; border: 0px solid #fff;} 

/************ SOCIAL MEDIA ICONS WHITE ************/ 
.g-social a { color: white; }
.g-social a:hover { color: #108093 !important; }

/************ CENTER SOCIAL MEDIA VERTICALLY  ************/
.g-block.size-5 { display: flex; justify-content: center; align-items: center; }

/************ OFFCANVAS MENU  ************/
.g-offcanvas-toggle {color: black; }
#g-offcanvas #g-mobilemenu-container .g-toplevel > li > .g-menu-item-container > .g-menu-item-content, #g-offcanvas #g-mobilemenu-container .g-sublevel > li > .g-menu-item-container > .g-menu-item-content {font-weight: normal; }
#g-offcanvas .g-menu-item-title {color: white; }
#g-offcanvas #g-mobilemenu-container ul > li > a.g-menu-item-container:hover {background: rgba(0,0,0,0.15); }
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {border: none; background: none; }
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {border: none; background: none; }

#g-feature:before { border: none; }

/************ ADMIN FOOTER  ************/
#g-copyright .g-block { display: flex; align-items: center; justify-content: flex-end; }
#g-copyright .g-content { margin: 0; padding: 0;}
#g-copyright { margin:  -25px 0 0 0; padding: 0; height:  40px; }
#g-copyright a .fa.fa-lock { color: #e5e5e5; }
#g-copyright a:hover .fa.fa-lock { color: #660a22; }

@media only screen and (max-width: 767px) {
	#g-copyright { display: none !important; }
}

/************ TOP LINKS  ************/
.align-y { display: flex; align-items: top; }
.align-right.icons { display: flex; justify-content: flex-end; }
.g-iconmenu {display: flex; width: auto;  margin: 15px; }
.g-iconmenu > a  { color: #660a22;  flex:1; border-left: 2px #660a22 solid;}
.g-iconmenu > a:hover { color: #333; }
.g-iconmenu > a:first-child { border-left: none;}
.g-iconmenu span { display: block; text-align: center; }
.g-iconmenu .g-iconmenu-text {  line-height: 1.1; font-size: .94vw; font-weight: bold; padding: 5px 20px;}
.g-iconmenu .g-iconmenu-icon {  font-size: 1.5rem; padding-bottom: 10px; }
.g-iconmenu img { height: 4vw; padding-bottom: 20px;}

@media only screen and (max-width: 767px) { 
.icons .g-content.g-particle { margin: 0px; padding-top: 1rem; }
	.align-y { display: flex; align-items: center; justify-content: center; }
	.align-right.icons { justify-content: center; }	
.g-iconmenu {width: auto; flex-wrap: wrap;}
	.g-iconmenu img { height: 10vw;}
	.g-iconmenu .g-iconmenu-text {  font-size: 3vw; }
	.g-iconmenu > a {
		border: none;
	}
}


/************ 

TEMPLATE NOTES

Teal: #006783; rgba(0,103,131,1)
Burgundy: #660a22; rgba(102,10,34,1)
Light Gray: #F0F0F0 - for Padre Pio background


font-family: 'Lato', sans-serif; 
font-family: 'Quattrocento', serif; 

************/


/************ SHOWCASE ROTATOR  ************/
.layout-showcase { margin: 0; }
.layout-slideshow { margin: 0; }

/*#g-showcase.g-flushed { padding: 1% 0 !important; }*/
#g-showcase { padding: 1% 0 !important; }

.arrows-active .sprocket-features-list { margin: 0;}
.layout-showcase .sprocket-features-list {overflow: hidden; }

.sprocket-features-img-container img {
	object-fit: cover; 
	object-position: center;
	height: 34vw !important;
	width: 60vw !important;
}
.pagination-active { margin-bottom: 0px;}
.pagination-active .sprocket-features-pagination { bottom: 0px; left:auto; right:50px;}
.layout-showcase .sprocket-features-pagination li { padding: 10px; }

.sprocket-features-container {display: flex; align-items: center; }
.sprocket-features-img-container {width: 60vw !important; order:2;}
/*.sprocket-features-content {flex:1; order:1; height: 36vw !important; padding: 20px 45px; float: none !important;}
.sprocket-features-content {background: rgba(0,103,131,0.8) url(../images/template/mass-times.jpg) 50% 50% no-repeat !important; background-size: cover !important;}

h2.sprocket-features-title, 
.sprocket-features-desc h1, 
.sprocket-features-desc h2,
.sprocket-features-desc h3,
.sprocket-features-desc p { color: white; margin-bottom: -8px; font-size: 3vw;}*/

.sprocket-features-img-container { margin-right: 0; }
.layout-showcase .sprocket-features-img-container img { float: none; margin-left: 0px; border-radius: 0; }
.layout-showcase .sprocket-features-img-container { margin-bottom: 0px; float: none;}

.sprocket-features-desc p, .sprocket-features-desc h2{ color: white; }

h2.sprocket-features-title, .sprocket-features-desc h2 {
	font-weight: normal; 
	font-size: 2.1vw !important;
	border-bottom: none;
	padding: 8px 0 0 0;
	margin: 0;
}

.sprocket-features-desc p { 
	font-size: 1.5vw;
	line-height: 1.3;
	padding: 0;
	margin-bottom: 10px;
}
h2.sprocket-features-title a { border: none;}

.sprocket-features-desc .readon { margin-top: 20px; display: block; width: 130px; text-align: center;}
.layout-showcase .sprocket-features-content .readon {margin-top: 0px; }

.layout-showcase .sprocket-features-desc > span.roksprocket-ellipsis {color: white; }

#g-showcase a.button, #g-showcase a.readon {color: white; margin-top: 10px; border: 1px rgba(177,199,225,0.25) solid;}
#g-showcase a.button:hover,  #g-showcase a.readon:hover {background: #b1c7e1; color: #023f7a; }
.layout-showcase .sprocket-features-list li {  transition: opacity 1s ease-in-out !important;  }

@media only screen and (max-width: 767px) {

	#g-showcase.g-flushed { padding: 0!important; }
	.sprocket-features-container {flex-direction:column;}
	h2.sprocket-features-title, .sprocket-features-desc h2 { font-size: 1.6rem !important; padding: 3% 0 0 0;}
	.sprocket-features-desc p { font-size: 1.1rem; padding-bottom: 2%; }
	.sprocket-features-img-container {margin-right: 0px;}
	.sprocket-features-content { width:  100% !important; padding: 0 20px; min-height: 40vw !important;}
	.sprocket-features-arrows { display: none;}
	.sprocket-features-img-container { order:1;}
	.sprocket-features-content { order:2;}
	.sprocket-features-img-container img {height: 56vw !important; width: 100% !important; }
	.sprocket-features-img-container { width: 100% !important;}
	#g-navigation > .g-container > .g-grid { padding: 0;}
	.layout-showcase .sprocket-features-img-container img { margin: 0; border: none;}
	.layout-showcase .sprocket-features-list li { padding: 0; background: #ACA485; }
	#g-showcase span.button a,  #g-showcase a.readon {color: white; }
	.sprocket-features-desc h1 {font-size: 2.5rem; }
}
@media only screen and (min-width: 500px) and (max-width: 767px) {  
	#g-showcase .masstimes .g-grid .g-block .g-content { margin: 0; padding: 0; height: 50vw;}
}
@media only screen and (max-width: 499px) {  
	#g-showcase .masstimes .g-grid .g-block .g-content { margin: 0; padding: 0; height: 75vw;}
}



/************ BIGGER ARROWS ON SLIDESHOW ************/
.sprocket-features.layout-showcase.arrows-active.arrows-onhover .sprocket-features-arrows .arrow { 
	background: none; box-shadow: none; color: white;}
.layout-slideshow .sprocket-features-arrows .arrow {    background: none;  font-size: 5rem; }

.sprocket-features.layout-showcase.arrows-active.arrows-onhover .sprocket-features-arrows .arrow { font-size: 5rem; }
.arrows-active .sprocket-features-list {margin: 0px; }
.arrows-onhover .sprocket-features-arrows .arrow.prev { margin-left: -3px;}
.arrows-onhover .sprocket-features-arrows .arrow.next { margin-right: 16px;}

/*************Switch to no text with slides 6.5.20****************/
/******************MASS TIMES********************/
.masstimes  {background: rgba(0,0,0,0.8) url(../images/template/mass-times3.jpg) 50% 50% no-repeat !important; background-size: cover !important;}
.masstimes { color: #fff; margin: 0;}
#g-showcase .rotatingimages .g-content {padding: 0; margin: 0 0 0 4%;}
#g-showcase .masstimes .g-content {padding: 2% 5%; float: none !important; }
#g-showcase .masstimes {margin: 0 -2% 0 1%; }

.masstimes h1, 
.masstimes h2,
.masstimes h3 { color: white; margin-bottom: -8px; }
.masstimes p { 
	font-size: 1.2rem;
	line-height: 1.3;
	padding: 0;
	margin-bottom: 10px;
}
h2.sprocket-features-title a { border: none;}

@media only screen and (max-width: 767px){
	.masstimes h1, .masstimes h2, .masstimes h3 {font-size: 1.5rem}
	.masstimes p {font-size: 1rem;}
	#g-showcase .masstimes {padding: 0 1% 0 3%; }
	#g-showcase .masstimes {margin-bottom: 1%; }
}






/************ HOVER NEWS  ************/
.sprocket-strips-container { display: flex; justify-content: center; }
.sprocket-strips .readon span { font-size: 1.5rem;}
.sprocket-strips { position: relative; }
.sprocket-strips-item { background: url(../images/template/article-default.jpg) 0 0 no-repeat; }

.sprocket-strips-arrows .arrow { background: none; color: rgba(102,10,34,1); font-size: 6rem; box-shadow: none;}
.layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow {box-shadow: none; }
.layout-slideshow .sprocket-features-arrows .arrow { top: 45%;}
.sprocket-strips .sprocket-strips-nav .arrow { position: absolute; top: 45% ;  }
.sprocket-strips .sprocket-strips-nav .arrow.next { right: -50px; }
.sprocket-strips .sprocket-strips-nav .arrow.prev { left: -50px; }
.sprocket-strips-content > a.readon { position: absolute; top: 0; right:0; bottom: 0; left: 0; background: none; display: flex; justify-content: center;  align-items: center; }
.sprocket-strips-item { position: relative; }
.sprocket-strips-item .readon { padding: 0; margin: 0;}
.sprocket-strips-item .readon:hover { background: rgba(102,10,34,0.7);}
.sprocket-strips-item .readon span  { flex: 1; text-align: center; transition: all .2s ease-in; opacity: 0; }
.sprocket-strips-item .readon:hover span  { opacity: 1; }
.sprocket-strips-content h4 { 
	position: absolute; left: 0; right: 0; bottom: 0; 
	background: rgba(102,10,34,0.85); font-size: 1.4rem; text-shadow: 1px 1px 3px rgba(0,0,0,.5); 
	margin-bottom: 0px; min-height: 72px; text-align: left; transition: all .2s ease-in; border-radius: 0 0 .5rem .5rem; 
	display: flex;   align-items: center;   justify-content: left;
	font-family: 'Lato', sans-serif; 
	padding: 10px;
}
.sprocket-strips-item { box-shadow: 0px 0px 10px rgba(0,0,0,0.35); }
.sprocket-strips-content h4 a { color: white; }
.sprocket-strips-item { height: 24vw; border-radius: .5rem; }
.sprocket-strips .cols-4 > li { width:  19%;}
.sprocket-strips-container > li { margin: 10px 3%;}
.sprocket-strips-item:hover .sprocket-strips-content h4 { opacity: 0;}
.sprocket-strips-item { background-position: 50% 50%; background-size: cover; }
.sprocket-lists-title { padding: 15px 10px !important;}
.sprocket-lists-item .sprocket-padding { padding-top: 0px;}

@media only screen and (max-width: 767px) {	
	.sprocket-strips-container { display: block; }	
	.sprocket-strips .cols-4 > li { width: 95%; float: left; }
	.sprocket-features-content img { display: none;}
	.sprocket-strips .sprocket-strips-nav .arrow.next { right: -35px; }
	.sprocket-strips .sprocket-strips-nav .arrow.prev { left: -45px; }
	.sprocket-strips-item { height: 45vw;  }
}

/************ 

TEMPLATE NOTES

Teal: #006783; rgba(0,103,131,1)
Burgundy: #660a22; rgba(102,10,34,1)
Light Gray: #F0F0F0 - for Padre Pio background

font-family: 'Lato', sans-serif; 
font-family: 'Quattrocento', serif; 

************/

/************ QUICKLINK PICS ************/
#g-extension .quicklinks .g-content { margin-top: 0; padding-top: 0; }
#g-extension {margin-bottom: 55px; }
.quicklinkpics {display: flex;  }
.quicklinkpics > div { flex: 1; height: 195px; position: relative; transition: all .35s ease-in-out; margin: 10px; /*background: #10588E;*/ }
.ql-image img { object-fit: cover; object-position: center; height: 195px; width: 100%; /*opacity: 0.5;*/ transition: all 0.15s ease-in; box-shadow: 0px 0px 10px rgba(0,0,0,0.35);}
.ql-image img:hover { height: 185px; opacity: 1; }
.quicklinkpics > div:first-child { margin-left: 0px;}
.quicklinkpics > div:last-child { margin-right: 0px;}
.quicklinkpics > div > a { position: absolute; top: 0; bottom: 0; right: 0; left: 0; transition: all .35s ease-in-out; }
.quicklinkpics > div > a > div > div.ql-label { margin: 10px 0 0 0; text-align: center; font-size: 1.3rem; line-height: 1.2; letter-spacing: .025rem; color: #660a22; transition: all .35s ease-in-out;  font-family: 'Quattrocento', serif; }
/*.quicklinkpics > div:hover > a {background: rgba(0,55,106,0.8);}*/

@media only screen and (max-width: 767px) {
	.quicklinkpics { display: block; border-top: 10px #ffffff solid;}
	.quicklinkpics > div { display: flex; height: auto; border-bottom: 1px #ffffff solid; }
	.quicklinkpics > div:first-child { margin-left: 10px;}
	.quicklinkpics > div:last-child { margin-right: 10px;}
		.quicklinkpics > div > a { position: relative !important; display: flex; align-items: center; background: #660a22; flex:1; }
	.quicklinkpics > div:hover > a { background: #006783;  }
	.ql-image img { opacity: 1; }
	.quicklinkpics > div > a > div:first-child { width: 150px; height: 90px; }
	.quicklinkpics > div > a > div:last-child { width: 100%; }
	.quicklinkpics > div:hover > a > div { border: none; }
	.quicklinkpics > div > a > div img { max-height: 90px; padding: 0; }
	.quicklinkpics > div > a > div > div.ql-label { text-align: left; margin: 0 0 0 20px; color: white; font-size: 1.15rem; }
	#g-extension .quicklinks .g-content {padding: 0; margin: 0; }
}

/************ SHRINE   ************/
.shrine  { 
	display: flex; 
	align-items: stretch;
}
.shrine  { 
	display: flex; 
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2); 
	border-radius: 0 0 4px 4px; 
	background: #F0F0F0; 
	margin: 15px 8px;
	
}
.shrine  {display: flex; flex-direction: column; width: 100%; }
.shrine  .readmore { flex:1;}
.shrine img {order: 1;  border-radius: 4px 4px 0 0; width: 100%;  margin: 0; padding: 0; object-fit: cover; height: 13vw; object-position: top; }
.shrine h2 { order: 2; padding: 0 5px 0 20px; }
.shrine table { order: 3; margin: 5px 0 20px 0;  padding: 0 20px; }
.shrine p { order: 4;  padding: 0 20px; }

.shrine h2 {
	line-height: 1.2;
    font-size: 1.8rem;
    border-bottom: none;
    margin: 10px 0 0 0;
}

.shrine a { word-break: break-all; }
.shrine h2 a { word-break: normal; }

.btn [class^="icon-"] { display: none; }


@media only screen and (max-width: 767px) {
	.shrine  { /*padding-bottom: 30px;*/ margin: 30px 8px;}
	.shrine  img  { width: 100%; height: 35vw; }
	.shrine  { display: block; }
	.shrine  > div { margin-left: 0; margin-right: 0;}
}

.sprocket-grids-b-item:hover .sprocket-grids-b-effect {
	display: flex;
    justify-content: center;
    align-items: center;
    color: white;
	padding: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
}


/************ 

TEMPLATE NOTES

Teal: #006783; rgba(0,103,131,1)
Burgundy: #660a22; rgba(102,10,34,1)
Light Gray: #F0F0F0 - for Padre Pio background

font-family: 'Lato', sans-serif; 
font-family: 'Quattrocento', serif; 

************/
