/*
Theme Name: hotelklaustur
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
	font-family: 'Gotham Extra';
	src: url('assets/fonts/gotham/Gotham-ExtraLight.otf') format('opentype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Ultra';
	src: url('assets/fonts/gotham/Gotham-UltraItalic.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Extra';
	src: url('assets/fonts/gotham/Gotham-ExtraLightItalic.otf') format('opentype');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/gotham/Gotham-Bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/gotham/Gotham-ThinItalic.otf') format('opentype');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/gotham/Gotham-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Book';
	src: url('assets/fonts/gotham/Gotham-BookItalic.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/gotham/Gotham-LightItalic.otf') format('opentype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/gotham/Gotham-Thin.otf') format('opentype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Ultra';
	src: url('assets/fonts/gotham/Gotham-Ultra.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/gotham/Gotham-MediumItalic.otf') format('opentype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/gotham/Gotham-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/gotham/Gotham-BlackItalic.otf') format('opentype');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Book';
	src: url('assets/fonts/gotham/Gotham-Book.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/gotham/Gotham-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/gotham/Gotham-BoldItalic.otf') format('opentype');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

:root {
	--testimonial-bg-percent: 15%;
	--testimonial-bg-offset: calc(var(--testimonial-bg-percent) - 5%);
	--steinn: #53565A;

}

p,
body {
	font-family: 'Gotham' !important;
	/* 	font-weight: 300; */
}

h1,
.h1 {
	font-family: Gotham;
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.1;
	color: var(--steinn) !important;
}

h2,
.h2 {
	font-family: Gotham !important;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1;
	color: var(--steinn) !important;
}

h3,
.h3 {
	font-family: Gotham !important;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.1;
	color: var(--steinn) !important;

}

h5,
.h5 {
	font-family: Gotham !important;
	font-size: 1.25rem;
	font-weight: 400;
	color: var(--steinn) !important;

}

.featured-specials h2 {
	font-size: 2rem;
	margin-bottom: 10px;
	padding-bottom: 5px;
	line-height: 1.5;
}

.absolute-footer {
	display: none !important;
}

.specials-row h3 {
	background: white;
	color: var(--primary-color);
	padding: 10px;
	font-size: 32px;

}

.specials-row p {
	font-size: 16px;
}

.banner-bg.fill .bg-loaded {
	position: relative;
}

.banner-bg.fill .bg-loaded::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg,
			#00000088 30%, #ffffff44 100%)
}

.hero h1 {
	font-family: 'Gotham' !important;
	font-weight: 900;
	/* 			    letter-spacing: 1.8px; */

	/* 	font-weight: bold; */
	/* 	margin-top: -100px; */
}

.our-rooms-row img {
	max-height: 286px;
	object-fit: cover;
	object-position: center;
}

.our-rooms-row h3,
.h4, .room-text h3 {
	margin-bottom: 5px;
	margin-top: 1em;
}

.featured-specials .h3 {
	margin-bottom: 5px;
	color: black;
}
.button.primary.is-link {
	display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.specials-row img {
	max-height: 340px;
	aspect-ratio: 16/9;
}

.propfooter.ckedit {
	display: none;
}

.inline-flex {
	width: 100%;
	display: inline-flex;
	gap: 10px;
	align-items: center;
}

#footer li {
	list-style: none;
}

.nav-top-link {
	font-size: 2rem;
}

.nav>li>a {
	font-size: 1em !important;
}

#footer .footer-links a {
	font-size: 24px;
}

.footer-links a {
	color: var(--primary-color);
}

.footer-navigation h2 {
	color: white;
	text-align: right;
	font-family: Gotham;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}

.footer-navigation a,
.footer-info a {
	color: white;
	font-family: Gotham;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 325;
	line-height: 1.5rem;
	/* 120% */
	letter-spacing: 0.00938rem;
}

.footer-info a:hover,
.footer-navigation a:hover {
	color: var(--primary-color);
}

.footer-info a {
	margin: 10px 0;
}

.footer-info p {
	display: flex;
	flex-direction: column;
}

.footer-navigation li {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.footer-info {
	color: #FFF;
	font-family: Gotham;
	font-size: 1.20206rem;
	font-style: normal;
	line-height: normal;
}

#footer .button.white.is-outline {
	border-color: white;
	color: white !important;
}


#footer .button.white.is-outline:hover {
	border-color: white;
	color: black !important;
	background: white;
}

.footer-links a:hover {
	color: white;
}

.footer-links ul {
	display: flex;
	width: 50%;
	justify-content: space-evenly;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	margin: auto;
}

.fill-vertical .col-inner {
	min-height: 100%;
	position: relative;
	display: flex;
}

.fill-vertical .col-inner .img-inner,
.fill-vertical .col-inner .img {
	display: flex;
	flex-grow: 1;
}

.attractions-row .h3 {
	font-size: 1.5em;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.carousel {
	background: #FAFAFA;
	margin-bottom: 40px;
}

.carousel-cell {
	width: 100%;
	height: 200px;
	margin-right: 10px;
	background: #8C8;
	border-radius: 5px;
}

/* cell number */
.carousel-cell:before {
	content: "";
	display: block;
	text-align: center;
	line-height: 200px;
	font-size: 80px;
	color: white;
}

.carousel-nav .carousel-cell {
	height: 70px !important;
	max-width: 85px;
	margin: 0 10px !important;
}

.carousel-nav {
	margin-top: 30px;
}

.carousel-nav .carousel-cell:before {
	font-size: 50px;
	line-height: 80px;
}

.carousel-nav .carousel-cell.is-nav-selected:before {
	background: rgba(255, 255, 255, .5);
	height: 100%;
}

.carousel-cell {
	background-size: cover;
}


.home .is-selected img {
/* 	border-radius: 20px;
	transition: border-radius .2s ease-in-out; */
}

.contact-text {
	background: #ecececfe;
	padding: 50px;
	width: fit-content;
}

.room-info {
	display: flex;
	gap: 15px;
	align-content: center;
	align-items: center;

}

.room-testimonial {
	display: flex;
	gap: 15px;
	align-content: center;
	align-items: center;
	background: #F5FAFD;
	padding: 10px;
}

.room-info:nth-of-type(2n) {
	margin-left: 5px;
}

.room-info img {
	max-width: 35px;
}

.nav>li>a {
	font-family: Gotham !important;
}

.hero>p {
	max-width: 650px;
}

.offer-name {
	margin: 1rem 0;
	color: var(--primary-color);
	font-size: 1.5rem;
}

.offer-name:hover {
	color: black;
}

.offer-row img {
	aspect-ratio: 16/12;
	object-fit: cover;
}

.single-offer-section .offer-row {
	display: flex !important;
	flex-flow: row;
	align-items: center;
}

.single-offer-section .offer-row .col.small-12.large-6 {
	padding-left: 0;
}

.text.hero h1 {
	font-size: 2.5rem;
}

.offer-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	max-width: 1600px;
	margin: auto;
}

.offers-section {
	padding-top: 50px;
	background: rgb(245, 250, 253);
}

.single-offer-section {
	margin: 0;
	padding: 0;
}

#footer a.footer-terms {
	color: white;
	font-family: Gotham;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 450;
	line-height: 1rem;
	/* 160% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}

#footer>section {
	padding: 100px 0 50px 0;
}

.nav-left {
	justify-content: center !important;
}

.testimonial-green {
	background: var(--primary-color);

}

.testimonial-black {
	background: #3c3c3c;
}

.testimonial-white {
	background: var(--fs-color-secondary);
}

.testimonial-black h3 {
	color: var(--fs-color-secondary) !important;
}


.testimonial-white p,
.testimonial-white span,
.testimonial-white h3 {
	color: #53565A !important;
}

.testimonial-white .klaustur-badge,
.testimonial-white .stars {
	filter: invert(1) invert(32%) sepia(6%) saturate(469%) hue-rotate(175deg) brightness(93%) contrast(83%);
}

.quotes-bottom-left {
	position: absolute;
	bottom: var(--testimonial-bg-percent);
	left: var(--testimonial-bg-percent);
}

.quotes-top-right {
	position: absolute;
	top: var(--testimonial-bg-percent);
	right: var(--testimonial-bg-percent);
}

.klaustur-badge {
	position: absolute;
	top: var(--testimonial-bg-offset);
	left: var(--testimonial-bg-percent);
}

.what-others-say {
	position: absolute;
	top: var(--testimonial-bg-offset);
	right: var(--testimonial-bg-percent);
	color: white;
	font-family: Manrope;
	font-size: 0.9rem;
	font-weight: 400;
	letter-spacing: 0.02625rem;
	text-transform: uppercase;
}

.testimonial {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 75px;
	position: relative;
	/* 	max-height: 400px; */
	flex-grow: 1;
	height: 100%;
}

.testimonial h3 {
	color: white;
	font-size: 1.5rem;
}

.testimonial-row .col-inner {
	height: 100%;
}

.testimonial-text {
	font-family: Manrope !important;
	color: #FFF;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3125rem;
	max-width: 75%;
	text-align: center;
	margin: auto;
}

.testimonial p {
	margin-bottom: 0;
}

.testimonial-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	align-content: center;
	justify-content: center;
	justify-items: center;
}


.wp-video.wp-video {
	width: 100% !important;
	height: 100% !important;
}

.video.video-fit {
	padding: 0 !important;
}

.offers-section-hero {
	margin-bottom: 100px;
}

.contact-col.contact-col.contact-col.contact-col {
	padding: 30px !important;
}

.cards img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.cards .btn {
	background-color: white;
	border: 1px solid #cccccc;
	color: #696969;
	padding: 0.5rem;
	text-transform: lowercase;
}

.btn--block {
	display: block;
	width: 100%;
}

.cards-item {
	display: flex;
	padding: 1rem;
}

.card {
	background-color: white;
	border-radius: 0.25rem;
	box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.card:hover .card-image {
	filter: contrast(100%);
}

.card-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1rem;
}

.card-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	filter: contrast(70%);
	overflow: hidden;
	position: relative;
	transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}

.card-image::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.card-title {
	color: #696969;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.card-text {
	flex: 1 1 auto;
	font-size: 0.875rem;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* number of lines to show */
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.card-btn,
.offer-button {
	border-radius: 8px;
}


@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.single-offer-section .offer-row {
		flex-flow: column !important;
	}
	.single-offer-section .text.hero {
		    display: flex;
    flex-direction: column;
	}

	.hero h1 {
		font-size: 2rem !important;
		line-height: 1.5;
		padding-top: 20px;

	}

	.hero>p {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
.attraction-text > p {
	display: block !important;
}
	.single-offer-section .hero> .offer-price {
		display: block;
	}

	h1,
	.h1 {
		font-size: 3rem;
	}

	h2,
	.h2 {
		font-size: 1.75rem;

	}

	h3,
	.h3 {
		font-size: 1.25rem;

	}

	h5,
	.h5 {
		font-size: 1rem;
	}

	:root {
		--testimonial-bg-percent: 10%;
	}

	.testimonial-text {
		max-width: 95%;
	}

	.offer-row {
		display: grid;
		grid-template-columns: 1fr !important;
		gap: 1rem;
		max-width: 1600px;
		margin: auto;
	}

	.hero-section {
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media (min-width: 40rem) {
	.card-image::before {
		padding-top: 66.6%;
	}
}


.breadcrumbs-section .col-inner {
	padding: 20px 0;
}

.breadcrumbs-section span {
	color: white;
}

.breadcrumbs-section {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #3c3c3c !important;
}

.breadcrumbs-section a {
	color: var(--fs-color-secondary);
}

.breadcrumbs-section a:hover {
	color: var(--fs-color-primary);
}

.slider h3 {
	color: white !important;
}

.text.footer-navigation ul {
	list-style: none;
}

.book-btn.book-btn-block.book-size-md {
	border-radius: 8px;
}

input.book-form-control, select.book-form-control {
	padding: 1.25rem !important;
	border-radius: 8px;
	height: unset !important;
}

.book-btn {
	padding: 1.25rem !important;
}

.book-form-title {
	font-size: 1.5rem !important;
}

.book-widget-bg {
	padding: 40px !important;
	border-radius: 8px;
	border: none !important;
	box-shadow: 10px 10px 60px rgba(0, 0, 0, .07);
}

a.ui-state-default {
	border-radius: 50% !important;
}
.book-widget.ui-datepicker td .ui-state-hover.ui-state-hover.ui-state-hover, .ui-state-active.ui-state-active.ui-state-active.ui-state-active.ui-state-active {
    background-color: var(--fs-color-primary) !important;
    color: #fff !important;
}
.offer-info-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}



@media screen and (min-width: 800px) and (max-width: 1500px) {
	.offer-row.cards {
		    grid-template-columns: repeat(2, 1fr);

	}
}
.faq {
	margin-top: 100px;
	background: rgb(245, 250, 253);
	padding: 50px;
}
.faq:nth-of-type(2n) {
	box-shadow: 0 0 0 100vmax rgb(245, 250, 253);
	clip-path: inset(0 -100vmax);
	
}
.schema-markup {
	display: none;
	visibility: hidden;
}
.wpml-ls-item a {
	flex-wrap: nowrap !important;
}