* {
	box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Cormorant+Upright:wght@400;700&family=Encode+Sans+Condensed:wght@400;700&display=swap');

.beltane {
	font: 2.5em 'Berkshire Swash', cursive; color: purple;
}
h2.expo {
	font-family: 'Cormorant Upright', serif;
	font-size: 2.2em;
	font-weight: bold;
	color: DarkViolet;
}
h3.expo {
	font-family: 'Cormorant Upright', serif;
	font-size: 1.8em;
	font-weight: bold;
	color: Fuchsia;
}
.mystical-family {
	font: 1.5em 'Berkshire Swash', cursive; text-align: center; color:#b8860b;
}
.clearfloats {
	clear: both;
}
body {
	font-family: Helvetica, "Nimbus Sans L", FreeSans, Arial, sans-serif;
	font-size: 16px;
}
h1,h2,h3,h4,h5 {
	font-family: Georgia, "Bitstream Charter", "Times New Roman", FreeSerif, Times, serif;
}
.site-description, .site-title {
	font-family: Georgia, "Bitstream Charter", "Times New Roman", FreeSerif, Times, serif;
}
.primary-navigation-wrap {
	border-bottom: 5px solid #0DB3B4;
}
p.art-emphasis::first-line {
	color:#C71585; /* emphasises first line of paragraph using colour */
	font-weight:bold;
}
.dropcap::first-letter {
	color:purple;
	letter-spacing:0;  
	font-family: Georgia, "Bitstream Charter", "Times New Roman", FreeSerif, Times, serif;	
}
/* intro_text for group block */
.intro-text {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
  text-align: center; 
}
.intro-text ul {
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  min-width: 250px;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}
.intro-text-colour {
	color: #0033FF;
	font-weight:900;
	font-size: 1.2em;
	text-align: center;
}
.bold-red {
	color: red;
	font-weight: bold;
}
p.purple-paragraph {
	color: purple;
	font: normal 1rem Georgia, "Bitstream Charter", "Times New Roman", FreeSerif, Times, serif;
}
h4.colour1 {
	color: purple;
	font-size:1rem;
	margin-bottom:0;
	margin-top:12px;
}
/* .imagecenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
} */
.container {
	max-width:1400px;
}
.course-box {
  border:  1px solid black;
  background-color: #f2f2f2;
  border-radius: 1rem;
  padding: 1rem;
  margin: 0;
}
.course-box > h3 {
  margin: 0.5rem 0.5rem 0;
  font-variant: small-caps;
  text-align: center;
}
.course-box > ul {
  margin: 0 0 1rem;
}
.course-box > p {
  margin: 0.25em 0.5rem 0.5rem;
}
.course-box img {
  margin-left: auto;
	margin-right: auto;
	display:block;
}
.entry-meta {
	display: none;
}
.module-title {
	font-variant: small-caps;
}
/* match css on product results to other items | TT(SC)-18138830-hc */
.search .type-product {
	margin: 0 0 2em 0;
	padding: 1.5em;
	background: #ffffe6;
	border-top: 3px solid #9400ff;
	box-shadow: 0 2px 2px #aaa;
	max-width: 100%;
	width: 100%;
	word-wrap: break-word;
	box-sizing: border-box;
}
/* new search results appearance */
.search .type-page {
	border-top: 3px solid #0DB3B4;
}
.search .type-page .more-link {
	background: #0DB3B4;
}
.search .type-page .read-more a:hover {
	background: #000;
}
.search .type-product .more-link {
	background: #9900cc;
}
.search .type-product .read-more a:hover {
	background: #000;
}
/* Adds a background colour to text */
.prerequisite {
	padding: 3px;
	background-color: khaki;
}
/* Change menu highlights */
.main-navigation-menu li.current-menu-item > a {
	background: #0db3b4;
}
.main-navigation-menu  a:hover {
	background: #0db3b4;
}
.main-navigation-menu ul {
	border-top: solid #0db3b4;
}
/* change site link colours */
a {
	text-decoration: underline;
}
a:link {
	color: blue;
}
a:visited {
	color: purple;
}
a:active {
	color: red;
}
/* Change block-column spacing */
.wp-block-columns {
	margin-bottom: 10px;
	margin-top: 10px;
}
.wp-block-columns ul, ol {
  margin: 0 0 1em;
}
/* Paragraph spacing */
.entry-content p {
  margin-bottom: 12px;
  margin-top: 12px;
}
/* Set background colour */
.papaya {
	background-color: PapayaWhip;
}

/* change button text on search results for products #19365774-hc */
.search-results article.type-product .read-more {
    margin: 1.5em 0 0;
}
.search-results article.type-product .more-link {
    color: transparent;
    font-size: 0 !important;
}
.search-results article.type-product .more-link::after {
    content: "View Product  \00BB";
    display:block;
    color: #fff;
    font-size: initial !important;
    padding: 0.6em 1em;
}
/* END Change button text on search results for products */
/* Buttons for EventManager */
.btn {
  border: 1px solid Black;
  background-color: MistyRose;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}
.btn:hover {background: WhiteSmoke;}
.book-now {color: Green;}
.more-info {color: MediumBlue;}
/* END Buttons for EventManager */
p.demo_store {
	background-color: Fuchsia;
}
/* to center align image captions */
.wp-block-image figcaption {
	text-align: center;
}
/* indent a list by 40px */
ul.indent40 {
	padding-left: 40px;
}
li.no-dot {
	list-style-type:none;
}
li.no-dot-bold {
	list-style-type:none;
	font-weight:bold;
}
.postponed {
	color: red;
	font: small-caps bold large sans-serif; !important
}
ul.no-indent {
    margin-left: 0;
}
@media (max-width: 600px) {
	p.study, .study-vp600 {
		clear: both;
	}
}
.clear-r {
	clear: right;
}
.clear-l {
	clear: left;
}
.clear-b {
	clear:both;
}
.top-padding {
	padding-top: 1em;
}