/************ 
Drop shadow on article images: 40% opacity, 3px offset (x&y), 2px blur

Template

Rotator Size: 640x360

Fonts 
Serif: Lora (body); Marcellus (logo & footer)
Sans Serif: Lato

Colors

PARISH
Dark Blue: #03284C
Light Blue: #B8D1E8
Gold: #A8996A

SCHOOL
Red: #B50909
Royal Blue: #003A75
Light Blue: #B8D1E8
Gold: #A8996A
************/

/************ COLORS & FONTS *********/

body {color: #001642; }

/* DEFAULT FOR ALL */
h1, h2, h3, h4, h5, h6 { margin: .75rem 0; line-height: 1.3; font-weight: normal;}

/* SIZES */
h1 {font-size: 2.5rem; }
h2, h3, h4, h5, h6 { font-size: 2rem;}

/* FONTS */
body, p, h6 { /*font-family: Arimo, sans-serif; */ }
h1, h2, h3, h4, h5 { /*font-family: Adamina, serif*/ }

/* STYLING */
h1 {color: #03284C; font-size: 2.5em;}
h2, .page-header h2 {color: #03284C; font-size: 2rem; border-bottom: 1px solid #001642; line-height: 1.3; margin-bottom: 0px; padding-bottom: 5px;}
h3, h3.g-title { font-family: Lora, serif; font-weight: bold; color: #03284C; font-size: 2rem;}
h4 {background: #03284C; font-size: 1.75rem;color: white; border-radius: .2rem; padding: .1rem .4rem;}
h5 {font-family: Lato, san-serif; font-weight: bold; color: #03284C; font-size: 1.5rem; text-transform: uppercase;}
h6 {font-family: Marcellus, serif; color: #001642; font-size: 2.4rem;}
a { color: #9e8b4d; }
.outline-12 a { color: #B50909; }
.outline-12 a.koowa_header__title_link  { color: #003A75; }

h3.g-title { font-size: 1.6rem; text-align: center; border-bottom: 1px #03284C solid; padding-bottom: 0px;}

@media only screen and (min-width: 768px)  {h3.g-title { font-size: 1.5vw; } }



blockquote {
  color: var(--base-font-color);     
  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, p.readmore .btn, .sprocket-lists-portrait-item > a, .outline-12 .readon, .outline-12 .button, .outline-12 p.readmore .btn, .outline-12 .sprocket-lists-portrait-item > a  { 
  color: #03284C; 
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: normal;
  background: #A8996A; 
  padding: 5px 10px; 
  border-radius: 3px; 
  display: inline-block;
  font-weight: 500;
  line-height: 1.125rem;
  border: none;
  transition: all .2s ease-in;
}
.readon:hover, .button:hover, p.readmore .btn:hover,  .sprocket-lists-portrait-item > a:hover {background: #777; color: white;}

.icon-chevron-right { display: none;}


/************ TABLES  ************/
.fancytable th {color: white; background: #03284C; border: 1px solid #03284C;}
.fancytable td { border: 1px solid #03284C;}

/************ 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;}
#g-top .platform-content { padding: 0; margin: 0;}

/************ HEADER AND MENU  ************/
/* MENU IN FLEX TABLE  - OPTIONAL CSS */
.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-navigation { padding-bottom: 0px;}
#g-slideshow .g-content, #g-navigation .g-content { padding: 0; }


@media only screen and (max-width: 767px) { 
	.g-logo img { width: 70%;} 
	.g-offcanvas-toggle {
		top: 20px;
		left: 20px;
	}
}




/************ BACKGROUNDS  ************/
#g-above { 
	background: #B8D1E8 url(../images/template/calendar-background.jpg) 0 0 no-repeat; 
	background-size: cover;
}
.outline-12 #g-above { 
	background: #B8D1E8 url(../images/template/schoolcalendar-background.jpg) 0 0 no-repeat; 
	background-size: cover;
}
#g-extension .g-grid { background: white; }
.outline-12 #g-extension .g-grid { background: #B8D1E8; }
#g-extension {padding-top: 40px;}

/************ ROK MINI EVENTS  ************/
#g-above .platform-content, #g-above .g-content { margin: 0; padding: 0;}
.rme-items li, .rme-timeline-bar, .rme-arrow {
    background: none;
    border: none;
}
.rme-items li { padding: 0; margin: 15px 0 30px 0; clear:both; }
.rme-badge {
    background: #A8996A;
    color: #03284C;
    width: 58px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
	font-weight: bold;
	display: block;
	float: none;
}
.rme-timeline-point:hover, .rme-timeline-point.active, .rme-timeline-point span { background: #03284C; } 
.rme-arrow { color: #03284C; } 
.rme-date {display: none; }
.rme-day { font-size: 1.5rem; }
.rme-title {
    font-size: 1rem;
    font-weight: normal;
}
@media only screen and (max-width: 767px) {
	.rme-badge { float: left;  padding: 2px;}
	.rme-day { font-size: 1.4rem;}
	.rme-items li { margin: 0; }
	.rme-timeline { display: none;}
	#g-showcase .g-grid { padding-bottom: 40px;}
	.rme-items { padding-top: 15px;}
}


/************ MODULES  ************/
.box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 > .g-content {
    color: #fff;
    background: #03284C;
}


/************ BIGGER ARROWS ON SLIDESHOW ************/
.sprocket-features.layout-showcase.arrows-active.arrows-onhover .sprocket-features-arrows .arrow { 
	background: none; box-shadow: none; color: white;}
.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: -50px;}
.arrows-onhover .sprocket-features-arrows .arrow.next { margin-right: -50px;}

/************ SHOWCASE ROTATOR  ************/
.sprocket-features-img-container img {
	object-fit: cover; 
	object-position: center;
	height: 325px !important;
	width: 100%;
}
.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 {flex:2.25; order:2;}
.sprocket-features-content {flex:1; order:1; margin-right: 20px; }

.sprocket-features-img-container { margin-right: 0; }
.layout-showcase .sprocket-features-img-container img { float: none; margin-right: 0px;}

h2.sprocket-features-title {
	font-weight: normal; 
	font-size: 2vw;
	border-bottom: none;
	padding: 0;
} 

.sprocket-features-desc p { 
	font-size: 1.5rem
	line-height: 1.3;
	padding: 0% 0% 0% 0%; 
}
h2.sprocket-features-title a { color: #03284c; }

.sprocket-features-desc .readon { margin-top: 20px; display: block; width: 130px; text-align: center;}

@media only screen and (min-width: 1200px) {
	h2.sprocket-features-title {font-size: 2.25rem;}
	.sprocket-features-desc p { font-size: 1rem;}
	.sprocket-features-img-container img { height: 450px !important;}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.sprocket-features-img-container img {height: 225px !important; }
}

@media only screen and (max-width: 767px) {
	#g-header .g-content { padding: 0px; }
	.sprocket-features-container {flex-direction:column;}
	h2.sprocket-features-title { font-size: 1.35rem; }
	.sprocket-features-desc p { font-size: 1rem; padding-bottom: 5%; }
	.sprocket-features-img-container {margin-right: 0px;}
	.sprocket-features-content { margin-right: 0px; min-height:320px;}
	.sprocket-features-arrows { display: none;}
	.sprocket-features-img-container { order:1;}
	.sprocket-features-content { order:2;}
	.sprocket-features-img-container img {height: 200px !important; width: 100%; }
	.layout-showcase .sprocket-features-img-container img { margin: 0;}
}

/************ 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;}
.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: #001642;
	background: #B8D1E8;
	font-weight: normal;
}

/************ HEADLINES - PORTRAIT LAYOUT  ************/
.sprocket-lists-portrait-container .portrait-image img { 
	display: block; 
	box-shadow: 2px 2px 4px rgba(0,0,0,.5); 
	border-radius: 4px;  
	object-fit: cover;
    object-position: center;
    height: 200px;
    width: 100%;
	margin-bottom: 10px;
}
h4.sprocket-lists-portrait-title { background: none; color: #03284C; margin: 0; padding: .1rem 0px;}

.sprocket-lists-portrait-container .portrait-image { float: none; display: none;  width: 100%; padding-right: 5px;  }
.sprocket-lists-portrait-container .active .portrait-image { display: block; float: none;  }

#g-extension .platform-content:last-child { margin: 0; padding: 0;}
#g-extension .g-grid .g-block:last-child .g-content { margin-right: 20%; }

@media only screen and (max-width: 767px) {
	#g-extension .g-grid .g-block:last-child .g-content { margin-right: 0.625rem; }
}



/************ FOOTER  ************/
#g-footer a { color: white;}
#g-footer a:hover { color: rgba(255,255,255,.7);}
#g-footer .g-grid:first-child .g-content { border-top: 2px rgba(255,255,255,.8) solid; margin-top: 30px;}

/************ TOP ICONS  ************/
.g-iconmenu {display: flex; width: 80%;  margin: 0 0 0 auto;}
.g-iconmenu > a  { color: #03284C;  flex:1; border-left: 1px #03284C solid;}
.outline-12 .g-iconmenu > a  { border-left: 1px #B50909 solid;}
.g-iconmenu > a:hover { color: #A8996A; }
.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: .7rem; font-weight: bold; }
.g-iconmenu .g-iconmenu-icon {  font-size: 1.5rem; padding-bottom: 10px; }
.g-iconmenu img { width: 2vw; padding-bottom: 10px;}
.outline-12 .g-iconmenu > a { color: #B50909;  }
.outline-12 .g-iconmenu > a:hover { color: #003A75; }

#g-navigation .platform-content:last-child { padding: 0; margin: 10px 0 0 0;}

@media only screen and (max-width: 767px) {
	.g-iconmenu {width: 100%; }
	.g-iconmenu img { width: 4vw;}
}



/************ DOCMAN  ************/
.k-ui-namespace .koowa_header:before, .k-ui-namespace .koowa_header:after { display: none; }

.outline-_error h2, .outline-_error h3 { color: white; }