@charset "UTF-8";
/* CSS Document */

/***************** PARAGRAPHS AND HEADINGS ********************/
h1{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 40px;
	line-height:45px;
	letter-spacing: -1px;
	font-weight: 800;
	text-align: inherit;
}

h2{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height:35px;
	margin-top:30px;
	font-weight: 800;
	text-align: inherit;
}

h3{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height:26px;
	font-weight: 800;
	text-align: inherit;
}

h4{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height:26px;
	font-weight: 800;
	text-align: inherit;
}

h5{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: 16px;
	line-height:26px;
	text-align: inherit;
}

h6{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 800;
	color:#000000;
	font-size: 16px;
	line-height:26px;
	margin-bottom: 15px;
	text-align: inherit;
}

.super-heading{
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	display: block;
}

/*** HEADING ICON ***/
.heading-icon{
	color: #1665bf;
}

.block_textwithimage .heading-icon{
	display: inline-block;
	margin-right: 10px;
}

/*** BOOTSTRAP FONT SIZE CLASS MODS ***/
.fs-1{
	line-height: 1.2;
}


/* Width of "full-wide" blocks */
.wp-block[data-align='full'] {
	max-width: none;
}

/************* CUSTOM ELEMENTS **********************/
header.wp-block-template-part{
	display: contents;
}

.entry-content {
	display: flex;
	flex-direction: column;
}

.container-fluid:last-child {
	margin-bottom: 0 !important;
}

.admin-bar .sticky-top{
	top: 32px;
}

/**** PASSWORD FORM ****/
.password-container{
	max-width: 400px;
}

/**** MODAL ****/
.modal{
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  z-index: 9999 !important;
}
.modal-dialog{
  max-width: 900px !important;
  padding: 20px !important;
}
.modal-header{
  padding: 0 !important;
}
.modal-content{
  padding: 50px !important;
  border-radius: 30px !important;
  box-shadow: 0 10px 50px rgba(0,0,0,0.25) !important;
}
.modal-footer{
  padding: 0 !important;
}
.modal-backdrop{
  background-color: rgba(255, 255, 255, 0.20) !important;
}
.modal-body{
  padding: 0;
}
.modal-header,
.modal-body,
.modal-footer{
  border: none !important;
}
.modal-title{
	margin: 0 0 5px 0 !important;
	color: #000000;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 768px){
  .modal-dialog{
	padding: 15px !important;
  }
  .modal-content{
	padding: 20px !important;
  }
}

/**** BOOKS ****/
.bookcover{
	box-shadow: -2px 2px 3px #00000025, -5px 5px 12px #00000030;
	border: solid 1px #eaeaea;
	transition: transform 200ms, box-shadow 200ms;
}
.bookcoverlink:hover .bookcover{
	transform: scale(1.05);
	box-shadow: -2px 2px 3px #00000015, -5px 5px 20px #00000030;
}


/**** LINKS ****/
.link-primary{
	text-decoration: none;
}
.link-primary:hover{
	text-decoration: underline;
}

/**** BUTTONS ****/
.btn{
	font-weight: 700 !important;
}

.rounded-pill{
	padding: 10px 25px !important;
}

.btn-primary{
	border-color: #E81111 !important;
	background-color: #E81111 !important;
}
.btn-primary:hover,
.btn-primary:focus{
	border-color: #ce0d0d !important;
	background-color: #ce0d0d !important;
	color: #ffffff !important;
}

.btn-primary.disabled{
	color: #2E2E2E !important;
	background-color: #C3C3C3 !important;
	border-color: #C3C3C3 !important;
	opacity: 1 !important;
}

.btn-outline-primary{
	border-color: #E81111 !important;
	color: #E81111 !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus{
	border-color: #E81111 !important;
	background-color: #E81111 !important;
	color: #ffffff !important;
}

/**** BACKGROUNDS ****/
[class*="bg-option"]{
	padding-top: 50px;
	padding-bottom: 50px;
}
[class*="bg-option"] p,
[class*="bg-option"] li,
[class*="bg-option"] h1,
[class*="bg-option"] h2,
[class*="bg-option"] h3,
[class*="bg-option"] h4,
[class*="bg-option"] h5,
[class*="bg-option"] h6{
	color: inherit;
}

[class*="bg-colour"].container,[class*="bg-option"].container{
	border-radius: 20px;
	padding-left: 50px;
	padding-right: 50px;
}
.container-fluid:has(.container-fluid) {
	padding: 0;
}

/**** PAGE TITLE ****/
.pagebanner-heading{
	font-size: 45px;
	line-height: 50px;
}
.pagebannersimple-heading{
	font-size: 45px;
	line-height: 50px;
	text-align: center !important;
}

/*** MAIN HEADER ***/
#site-header{
	background: #e81111;
}
#schca-logo-container{
	width: 180px;
	font-size: 1px;
	line-height: 1px;
	float: left;
}
#schca-logo{
	width: 100%;
	max-width: 180px;
	height: auto;
	border: 1px solid #ffffff;
}

@media screen and (max-width: 1070px){
	#schca-logo-container{
		width: 165px;
	}
}
/**** MAIN NAV ***/
@media screen and (max-width: 991px){
	#navbar-buttons{
		background-color: #ededed;
	}
	
	#langtoggle{
		background-color: #ffffff !important;
	}
}

#navmenubtn{
	padding: 7px 15px !important;
	font-size: 14px;
	margin: 0;
}

#floating-button-heading{
	font-size: 14px;
	line-height: 18px;
}
#floating-button{
	width: fit-content;
	max-width: 350px;
	position: fixed;
	margin: 0 auto;
	bottom: 10px;
	right: 0;
	left: 0;
	background: #ffffff;
	box-shadow: 0 0px 20px #00000050;
	padding: 5px;
	border-radius: 500px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-evenly;
	z-index: 900;
}
#floating-button-btn{
	padding: 7px 15px !important;
	font-size: 14px;
	margin: 0;
}

#langtoggle{
	width: auto;
	text-align: center;
	background-color: #ececec;
	border-radius: 100px;
	padding: 4px 4px;
	box-sizing: border-box;
	float: right;
}
.langtoggle-item{
	display: inline-block;
	padding: 8px 4px 4px 4px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	color: #000000;
	border-radius: 100px;
	text-align: center;
	font-size: 14px !important;
	line-height: 14px !important;
	transition: background 150ms, color 150ms;
}
.langtoggle-item:first-child{
	margin-right: 3px;
}
.langtoggle-active{
	background: #e81111;
	color: #ffffff;
}
.langtoggle-inactive:hover,
.langtoggle-inactive:focus{
	background: #d9d9d9;
}

/*** PAGE GROUP NAV ***/
#pagegroupnav{
	background-color: #F4F4F4;
}
#pagegroupnav strong,
#pagegroupnav a{
	font-size: 14px;
	line-height: 18px;
}
.pagegroupnav-title{
	margin-top: 3px;
	color: #000000;
}
.pagegroupnav-title,
.pagegroupnav-item{
	width: fit-content;
	display: inline-block;
}

@media screen and (max-width: 767px){
	.pagegroupnav-title,
	.pagegroupnav-item{
		width: 100%;
		display: block;
		margin-bottom: 3px;
	}
}

.pagegroupnav-item{
	color: #000000;
	background-color: none;
	padding: 3px 10px !important;
	margin-right: 10px;
}
.pagegroupnav-item:hover,
.pagegroupnav-item:focus{
	color: #000000;
	background-color: #E3E3E3;
}
.pagegroupnav-item.-active{
	color: #ffffff;
	background-color: #2D70E5;
}


/*** SOCIAL BLOCK ***/
.footer-social-icon{
	width: 80px;
	height: auto;
}


/**** BLOG ****/
/**** CATEGORY TAG ****/
.categorytag{
	display: inline-block;
	padding: 4px 10px;
	box-sizing: border-box;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #e8e8e8;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 1px;
}