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

/*************** KREUZFAHRT SINGLE ***************/

.single-kreuzfahrt .entry-header {
	display: none;
}

.single-kreuzfahrt .navigation-post {
	max-width: 1400px;
	margin: 0 auto;
}

.single-kreuzfahrt .entry-content,
.single-kreuzfahrt .page-wrapper {
	padding: 0;
}

.single-kreuzfahrt .container-width,
.single-kreuzfahrt #content > .row {
	max-width: 100%;
}

.single-kreuzfahrt .row {
	margin: 0 auto !important;
}

.single-kreuzfahrt-iframe-section {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*************** KREUZFAHRT LISTING KARTEN ***************/

.kf365-card-link {
	text-decoration: none;
	color: inherit;
	display: block;
}

.kf365-card {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 24px;
}

.kf365-card:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.kf365-card-image img {
	border-radius: 10px 10px 0 0;
	width: 100%;
}

.kf365-card-title {
	color: #101e3c;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 4px;
}

.kf365-card-text {
	margin-bottom: 15px;
	font-size: 14px;
}

.kf365-card-body {
	padding: 15px;
	min-height: 160px;
	position: relative;
}

.kf365-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.kf365-red-logo img {
	max-width: 80px;
}

.kf365-price {
	font-weight: bold;
	font-size: 18px;
	color: #101e3c;
}

.kf365-badge {
	position: absolute;
	top: 15px;
	left: 0;
	padding: 5px 10px;
	background: rgb(0, 68, 122);
	color: #fff;
	border-radius: 0 10px 10px 0;
	font-size: 12px;
}

/*************** MULTI SELECT ***************/

.multi-select-container {
	position: relative;
}

.multi-select-checkboxes {
	display: none;
	border: 1px solid #ccc;
	position: absolute;
	left: 0;
	right: 0;
	top: 45px;
	z-index: 99999;
	background: #fff;
	border-radius: 10px;
	padding: 10px 10px 0;
	max-height: 250px;
	overflow: auto;
}

.multi-select-checkboxes label {
	display: block;
	padding: 4px 0;
	color: #333 !important;
}

.multi-select-checkboxes label:hover {
	background-color: #f0f4f9;
}

.multi-select-checkboxes input {
	height: auto !important;
	border-radius: 0 !important;
	border-left: 1px solid #ccc !important;
}

.multi-select-checkboxes-footer {
	position: sticky;
	bottom: 5px;
}

/*************** PAGINATION ***************/

.kreuzfahrten-pagination-pages {
	text-align: center;
}

.page-numbers {
	padding: 5px 10px;
	border: 1px solid #101e3c;
	margin: 0;
	border-radius: 10px;
}

.page-numbers.current {
	background-color: #101e3c;
	color: #fff;
}

/*************** FLATPICKR ***************/

.flatpickr-current-month .flatpickr-monthDropdown-months {
	display: inline-block;
}

/*************** MOBILE ***************/

@media only screen and (max-width: 48em) {
	.single-kreuzfahrt-iframe-section {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.multi-select-checkboxes label {
		font-size: 18px;
	}
}
