/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 14 2026 | 15:58:43 */
/********************
Kurs
*********************/
.learndash-wrapper  :is(p:not([class]), ul, ol, h1, h2, h3, h4, h5, h6, span:not([class])){  
	color: #013047;
}
.learndash-wrapper  :is(p, ul, ol){
	font-size: 18px!important;
	line-height: normal!important;
	margin-block: 0;

	@media(width < 1025px){
		font-size: 16px;
	}

	@media(width < 769px){
		font-size: 14px;
	}
}
.learndash-wrapper  :is(p, ul) + p:not([class]),
.learndash-wrapper  :is(p, ul) + ul{
	margin-top: 12px;
}
.learndash-wrapper  figure,
.learndash-wrapper  .post-thumbnail img{
	margin-block: 40px;

	@media(width < 1025px){
		margin-block: 30px;
	}

	@media(width < 769px){
		margin-block: 25px;
	}
}
.learndash-wrapper  h2{
	font-weight: 500;
	font-size: 28px;
	line-height: 24px;
	margin-bottom: 16px;

	@media(width < 1025px){
		font-size: 26px;
	}

	@media(width < 769px){
		font-size: 22px;
	}
}
.learndash-wrapper  h3{
	font-weight: 500;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 16px;

	@media(width < 1025px){
		font-size: 26px;
	}

	@media(width < 769px){
		font-size: 22px;
	}
}
.learndash-wrapper  * + h2{
	margin-top: 40px;

	@media(width < 1025px){
		margin-top: 30px;
	}

	@media(width < 769px){
		margin-top: 25px;
	}
}
.learndash-wrapper  * + h3{
	margin-top: 25px;

	@media(width < 1025px){
		margin-top: 30px;
	}

	@media(width < 769px){
		margin-top: 25px;
	}
}
/* courselist*/
.learndash-wrapper .ld-expand-button.ld-button-alternate:not([disabled]) > .ld-icon{
	color: #054b7a!important;
	background-color: #ffffff!important;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button{
	padding: 21px 24px!important;
	border-radius: 60px;
}
/*video bg*/
.learndash-wrapper .wp-block-embed.is-type-video .wp-block-embed__wrapper{
	border: 2px solid #013047;
}