.page-banner {
    background-color: #dbff9b;
    padding: 50px 0;
    margin-bottom: 30px;
}

.home .page-banner {
	display: none;
}

.page-banner h1.entry-title {
    color: #391854;
	font-family: "Montserrat";
    text-transform: uppercase;
	text-align: center;
    margin-bottom: 0;
}

@media screen and ( min-width: 990px ) {
	h1.entry-title {
		font-size: 50px;
	}
}

h1.entry-title::after {
	content: "";
	display: block;
	margin: 0 auto;
	height: 17px;
    width: 75px;
	background-image: url('images/text-footer-big.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#primary {
	width: 100%;
	max-width: 100%;
}

.custom-logo {
	object-fit: contain;
	max-height: 110px;
}

.site-header {
	background-color: #fff;
	box-shadow: 0 -5px 10px 12px rgb(0 0 0 / 18%);
}

.site-content {
	padding-bottom: 0 !important;
}

.site-footer {
	background-color: #3a1854;
	color: #fff;
}

.site-footer a {
	color: #fff;
}

.site-footer h2 {
	color: #fff;
}

.site-footer h3 {
	color: #fff;
}

.gb-button {
	background-color: #ec46a2 !important;
}

.gb-button:hover {
	color: #eee !important;
}

a {
	transition: .25s;
}

a:hover {
	color: #ec46a2 !important;
}

.llms-meta-info {
	display: none;
}

.llms-lesson-preview:hover, .llms-lesson-link:hover {
	background-color: #dbff9b !important;
}

.llms-syllabus-wrapper .llms-lesson-preview {
	width: 46%;
	margin-top: 0 !important;
}

.llms-section-title {
	padding-bottom: 16px;
}

.entry-byline {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 16px;
}

.single-course .entry-title {
	text-align: center;
	padding-top: 40px;
}

.site-identity {
	padding: 6px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home .wp-block-cover {
	padding-top: 240px;
	padding-bottom: 0;
	padding-left: 24px;
	padding-right: 24px;
	margin-bottom: 0 !important;
}

@media(min-width: 990px) {
	.home .wp-block-cover {
		padding-top: 320px;
		padding-bottom: 64px;
	}
}