.page-header {
	position: relative;
}
.page-header__desk-img img {
	object-fit: cover;
	width: 100%;
}
.page-header::after	{
	background: linear-gradient(180deg, rgba(43, 43, 43, 0) 56.77%, #2b2b2b 100%);
	bottom: 0;
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.search-page .page-header::after {
	background: none;
}
.page-header__wrapper	{
	background: rgba(255, 255, 255, 0.5);
	bottom: 50px;
	display: inline-block;
	min-width: 335px;
	left: 50px;
	padding: 10px 20px;
	position: absolute;
	z-index: 1;
}
.page .site-main .page-header__wrapper h1.entry-title	{
	color: #c8102e;
	font-family: Decimal;
	font-size: 60px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}
.page .site-main .page-header__wrapper p	{
	margin-bottom: 0;
}
.page .site-main .entry-content .page-content__wrapper	{
	margin: 0 auto;
	max-width: 950px;
	padding-bottom: 80px;
}
.page .site-main p	{
	font-size: 18px;
	margin-bottom: 30px;
}
.page .site-main .entry-content .page-content__wrapper figure.wp-block-image.size-full	{
	margin-bottom: 40px;
	position: relative;
}
.site-main .wp-block-image	{
	position: relative;
}
.wp-block-image figcaption, .site-main .wp-block-image figcaption {
    display: block !important;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    color: #2b2b2b;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.1;
    margin: 0;
    padding: 4px 8px;
    right: 10px;
	bottom:10px;
    border-radius: 12px!important;
}
.wp-block-image.blokk figcaption {bottom:33px}
.site-main p a	{
	color: #2b2b2b;
	font-weight: bold;
	text-decoration: underline;
}
.site-main p a:hover	{
	font-weight: bold;
	text-decoration: underline;
}
.page .site-main .entry-content .page-content__wrapper figure.wp-block-image	{
	margin-top: 10px;
}
.site-main blockquote.wp-block-quote	{
	padding-bottom: 35px;
	padding-top: 95px;
}
.site-main blockquote.wp-block-quote p	{
	color: #2b2b2b;
	font-size: 48px;
	font-weight: 800;
	line-height: 68px;
	max-width: 750px;
	padding-left: 115px;
	position: relative;
}
.site-main blockquote.wp-block-quote cite	{
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	padding-left: 115px;
}
.site-main blockquote.wp-block-quote p:before	{
	background-image: url(/wp-content/themes/cruise-norway/images/quote.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 51px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
}
.page .site-main .entry-content .page-content__wrapper ul li	{
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 26px;
	padding-left: 23px;
	position: relative;
}
.page .site-main .wp-block-column img	{
	width: 100%;
}
.page .site-btn-wrapper	{
	margin-bottom: 15px;
}
.page .site-main .note-text	{
	color: #2b2b2b;
	margin-bottom: 20px;
}
.site-main ul li	{
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 26px;
	padding-left: 23px;
	position: relative;
}
.site-main ul	{
	margin-bottom: 45px;
}
.site-main ul li:before	{
	background: #2b2b2b;
	border-radius: 50%;
	content: '';
	height: 7px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 7px;
}
.page .site-main .wp-block-columns:last-of-type	{
	margin: 0;
}
.page .site-main hr	{
	margin-bottom: 50px;
}
.page .site-main h4	{
	font-family: Decimal;
	margin-bottom: 15px;
}
.page .site-main p	{
	margin-bottom: 20px;
}
.page .site-main ol	{
	list-style-type: none;
	margin: 0;
	margin-bottom: 45px;
	padding: 0;
}
.site-main ol li	{
	color: #2b2b2b;
	counter-increment: step-counter;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 26px;
	padding-left: 25px;
	position: relative;
}
.site-main ol li::before	{
	color: #2b2b2b;
	content: counter(step-counter) '.';
	font-size: 100%;
	font-weight: bold;
	left: 0;
	margin-right: 15px;
	padding: 0;
	position: absolute;
	top: 0;
}
.page .page-header__wrapper p	{
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 0;
	margin-top: 15px;
}
.page .page-header__wrapper .photo-credit	{
	color: #2b2b2b;
	display: inline-block;
	font-family: Inter;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.1;
	margin: 0;
}
@media screen and (min-width:992px)	{
	.page-header__img	{
		display: none;
	}
}
@media screen and (max-width:991px) and (min-width:768px)	{
	.page-header__desk-img {
		display: none;
	}
	.page-header::after {
		content: none;
	}
	.page-header__wrapper	{
		background: rgba(255, 255, 255, 0.5);
		bottom: 30px;
		left: 30px;
		padding: 20px 20px;
	}
	.page .site-main .page-header__wrapper h1.entry-title	{
		margin-bottom: 13px;
	}
	.page .site-main .entry-content .page-content__wrapper	{
		padding-top: 40px;
	}
	.page .site-main .entry-content .page-content__wrapper figure.wp-block-image	{
		margin-top: 20px;
	}
	.site-main blockquote.wp-block-quote	{
		padding-bottom: 35px;
		padding-top: 45px;
	}
	.site-main blockquote.wp-block-quote p::before	{
		background-image: url(/wp-content/themes/cruise-norway/images/quote-black.png);
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		height: 51px;
		left: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 50px;
	}
	.page .site-main	{
		padding-bottom: 0 !important;
	}
	.page .site-main .entry-content .page-content__wrapper	{
		padding-bottom: 50px;
		padding-top: 40px;
	}
	.page-header__img	{
		display: block;
	}
	.page-header__img img	{
		width: 100%;
	}
	.page .entry-header::after	{
		content: none;
	}
	.page .entry-header .container	{
		position: relative;
	}
	.page .page-header__wrapper p	{
		font-size: 20px;
		margin-bottom: 0;
		margin-top: 0;
	}
	.page .page-header__wrapper .photo-credit	{
		font-size: 14px;
		line-height: 1.1;
	}
}
@media screen and (max-width:767px)	{
	.page-header__desk-img {
		display: none;
	}
	.page-header::after {
		content: none;
	}
	.page .site-main	{
		padding-bottom: 0 !important;
	}
	.page-header__wrapper	{
		background: #f0f0f0;
		bottom: 0;
		display: inline-block;
		min-width: auto;
		padding: 15px 20px;
		position: static;
		width: 100%;
		z-index: 1;
	}
	.page .site-main .page-header__wrapper h1.entry-title	{
		font-size: 36px;
		margin-bottom: 8px;
	}
	.page-header__img img	{
		width: 100%;
	}
	.page .entry-header::after	{
		content: none;
	}
	.page .site-main .wp-block-columns	{
		margin-bottom: 25px;
	}
	.page .site-main h1.entry-title	{
		margin-bottom: 20px;
	}
	.page .site-main .wp-block-image	{
		margin-bottom: 25px;
	}
	.page .site-main hr	{
		margin-bottom: 50px;
	}
	.page .entry-header	{
		background-image: none !important;
		min-height: auto !important;
	}
	.page-header__img	{
		display: block;
	}
	.page .site-main .entry-content .page-content__wrapper	{
		padding-bottom: 0;
		padding-top: 42px;
	}
	.page .site-main .entry-content .page-content__wrapper figure.wp-block-image	{
		margin-top: 0;
	}
	.page .site-main .entry-content .page-content__wrapper figure.wp-block-image.size-full	{
		margin-bottom: 30px;
	}
	.page .site-main .entry-content h3	{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.page .site-main .entry-content .wp-block-columns	{
		margin-left: -10px !important;
		margin-right: -10px !important;
	}
	.page .site-main .entry-content .wp-block-column	{
		flex-basis: 0 !important;
		flex-grow: 1;
		margin: 10px;
		max-width: calc(50% - 20px);
	}
	
	.site-main blockquote.wp-block-quote p	{
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 40px;
		padding-left: 70px;
	}
	.site-main blockquote.wp-block-quote cite	{
		padding-left: 70px;
	}
	.site-main blockquote.wp-block-quote	{
		padding-bottom: 0;
		padding-top: 0;
	}
	.page .page-header__wrapper p	{
		font-size: 18px;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.site-main .wp-block-column .wp-block-image figcaption	{
		display: none;
	}
	.page .page-header__wrapper .photo-credit	{
		font-size: 14px;
		line-height: 1.1;
	}
}