/* 
	This CSS file contains the custom css styles for the Schoolzine Website template 
	When adding to this file use the following comment example:
*/
/* 
	Added by: Luke O
	Date: 20/09/2024
	Description: Remove shading on video slider - #201322
*/

.video-overlay {display:none;}

/* end */

/* 
	Added by: Adam

	Description: update font family per client request - #203897
*/

h1, h2, h3, h4{
  font-family: century-gothic-bold, -apple-system !important;
}

p, li, span, a {
  font-family: century-gothic, -apple-system;
}

#primary-menu ul li > a {
  font-family: century-gothic, -apple-system;
}

#primary-menu ul ul li > a {
  font-family: century-gothic, -apple-system;
}


.specific-search-heading {
    font-family: century-gothic, -apple-system;

}

/* 
	Added by: Luke O
	Date: 19/06/2024
	Description: update footer colour
*/

#footer.primaryBg {
    background: #009A51 !important;
}

#footer > div > div > div.col-sm-4 > p {
color: #fff;
}

h2, h3, h4 {
color: #009A51; 
}

.dark .social-icon {
color:#fff !important;
}

#footer.dark, .dark #footer {
color: #fff !important;
}

/* Hide arrows and icons on slider video */

.slider-arrow-right, .slider-element .owl-next, .flex-next {
display: none;
}

.slider-arrow-left, .slider-element .owl-next, .flex-next {
display: none;
}

.stopSlider {
display: none;
}

.startSlider i, .stopSlider I {
display: none;
}

/* end */

/* Re-align accessibility bar */

#accessibilityBar {
padding-top: 0px;
}

/* end */

/* Spacing in footer */

.footer2 .row {
padding: 0;
}

/* end */