/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Custom CSS */


.brb-details-container {
	margin-bottom: 50px;
}

.brb-slider-card .brb-departure-paragraph {
	white-space: initial;
}

.brb-item-half .brb-departure-paragraph{
	line-height: 1.2 !important;
	font-size: 0.7rem;
}

.brb-tag.brb-tag-person-free{
 	 background: var(--brb-secondary-color);
}
.brb-table-grouped-price{
	text-align: right;
}

:root {
	--brb-bg-color: #0866ac;
	--brb-tab-menu-font: white;
	--brb-primary-color: #022e5f;
	--brb-secondary-color: #b3c900;
}


.brb-table-hotel-combinations tr:last-child{
	background: var(--brb-primary-color) !important;
	color: var(--brb-tab-menu-font);
}

.brb-departure-paragraph{
	font-size: 0.8rem;
}

.brb-location {
	text-overflow: ellipsis;
	overflow: hidden;
}


#brb-sort-by{
	width: 60%;
	padding:2%;
}

.brb-search-block input[type="text"] {
	background-color: white !important;
}
.brb-tag {
	background: var(--brb-bg-color);
	padding: 2px 12px;
	margin: 3px;
	color: white;
	display: inline-block;
	font-size: 13px;
}

.brb-sort-by-wrapper label{
	max-width: 30%;
}

.brb-sort-by-wrapper select{
	max-width: 40%;
}
.brb-search-small input[type="submit"] {
	font-size: 16px;
}

.brb-search-small input[type="date"] {
	background-color: white !important;
}

.brb-search-small input[type="text"] {
	background-color: white !important;
}

h1.brb-heading {
	margin: 10px 0 15px 0;
	line-height: 1.3em;
	font-size: 31px !important;
}

h1.brb-heading {
	line-height: 1.2 !important;
}

.brb-trip-table td:first-child {
	min-width: 33%;
	width: 33%;
}

.brb-trip-search select {
	padding-left: 10px;
}

.brb-trip-search input[type="submit"] {
	font-size: 16px;
}

.brb-trip-search-grey select {
	background-color: #efefef;
}

.brb-trip-search-grey input[type="text"] {
	background-color: #efefef;
}

.brb-trip-search-grey input[type="date"] {
	background-color: #efefef;
}

.brb-trip-table a {
	color: #022e5f;
	font-weight: bold;
}

.brb-calendar-month {
	color: #b3c900;
	border-bottom: 2px solid #b3c900;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1%;
}

.brb-calendar-wrapper {
	color: rgba(48, 69, 92, 0.8);
	position: relative;
	overflow: hidden;
	opacity: 1;
	transform: translate(0, 0);
	margin-top: 14px;
	z-index: 2;
}

.brb-full-width-row .transition,
ul li i:before,
ul li i:after,
.brb-calendar-wrapper {
	transition: all 0.25s ease-in-out;
}

.brb-full-width-row select,
input,
option {
	width: 100%;
}

.brb-meta {
	margin: 10px 0 30px 0;
}

.brb-meta p {
	margin: 0 !important;
	line-height: 1.8;
}

.brb-meta i {
	padding-right: 5px;
}

.brb-details-container h4 {
	font-size: 21px !important;
}

.brb-card-wrapper .brb-price-content {
	/*   position: absolute; */
	bottom: 30px;
	right: 30px;
}



.brb-align-right {
	justify-content: space-between !important;
}

.brb-price-content {
	text-align: right;
}

.brb-order-button {
	padding: 10px 20px;
	background: #ededed;
	text-align: center;
}

.brb-price {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
}

.brb-price span.brb-price-text {
	font-size: 0.6em !important;
	font-weight: normal;
	color: var(--brb-primary-color);
}

.brb-price-amount {
	font-weight: bold;
	color: var(--brb-primary-color);
}

#brb-tabs-menu ul {
	list-style-type: none;
	display: flex;
	padding: 0;
	margin: 5px 0;
	justify-content: center;
}

#brb-tabs-menu .brb-nav-item {
	position: relative;
	color: var(--brb-tab-menu-font);
	text-transform: uppercase;
	text-align: left;
}

#brb-tabs-menu .brb-nav-item.active {
	font-weight: bold;
}

.brb-gallery-col {
	margin-bottom: 50px !important;
}

/* bg of navigation */
#brb-tabs-menu::before {
	content: "";
	height: 100%;
	width: 200vw;
	background: var(--brb-bg-color);
	display: block;
	position: absolute;
	top: 0;
	left: -100vw;
	z-index: 0;
}

#brb-tabs-menu ul li {
	padding: 12px 14px;
	z-index: 500;
	cursor: pointer;
	font-size: 11pt;
}

.brb-tab-content h3 {
	margin-top: 0 !important;
	font-size: 21px !important;
}

.brb-tab-content {
	padding-top: 50px;
}

.brb-table {
	width: 100%;
}

.brb-price-amount-strike{
	text-decoration: line-through;
	text-decoration-color: var(--brb-primary-color);
	font-size: 1em !important;
	text-decoration-thickness: 2px;
}


.brb-price{
	margin-top: 0 !important;
}
.brb-price-amount-discount{
	font-size: 1.4em;
}
.brb-table td {
	padding: 12px 25px;
}

.brb-table-hotel-combinations td{
	padding: 5px 10px;
}
.brb-table-hotel-combinations{
	margin-top: 10%;
}

.brb-table thead {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ededed;
}

.brb-table thead th {
	padding: 12px 25px;
}

.brb-table tr:nth-child(even) {
	background: #f7f7f7;
}

.brb-table .brb-description {
	display: block;
}

.brb-table .brb-address {
	display: block;
	font-size: 12px;
}

.brb-td-price {
	text-align: right;
}

.brb-trips-list ul {
	list-style: none;
	perspective: 900;
	padding: 0;
	margin: 0;
}

.brb-trips-list ul li {
	position: relative;
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
	padding-top: 18px;
}

.brb-trips-list ul li:nth-of-type(1) {
	animation-delay: 0.5s;
}

.brb-trips-list ul li:nth-of-type(2) {
	animation-delay: 0.75s;
}

.brb-trips-list ul li:nth-of-type(3) {
	animation-delay: 1s;
}

.brb-trips-list ul li:last-of-type {
	padding-bottom: 0;
}

.brb-trips-list ul li i {
	position: absolute;
	transform: translate(-6px, 0);
	right: 10px;
}

.brb-trips-list ul li i:before,
ul li i:after {
	content: "";
	position: absolute;
	background-color: #b3c900;
	width: 3px;
	height: 9px;
	right: 5px;
}

.brb-trips-list ul li i:before {
	transform: translate(-2px, 0) rotate(45deg);
	background-color: #b3c900;
}

.brb-trips-list ul li i:after {
	transform: translate(2px, 0) rotate(-45deg);
}

.brb-trips-list ul li input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}

.brb-trips-list ul li input[type=checkbox]:checked~.brb-calendar-wrapper {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}

.brb-trips-list ul li input[type=checkbox]:checked~i:before {
	transform: translate(2px, 0) rotate(45deg);
}

.brb-trips-list ul li input[type=checkbox]:checked~i:after {
	transform: translate(-2px, 0) rotate(-45deg);
}

.brb-card-order-bottom {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}

.brb-trip-saved-text:before {
	/*   content: "";
  position: absolute;
  left: 35px;
  bottom: 45px;
  height: 1px;
  width: 39%;
  border-bottom: 1px solid grey; */
}

.brb-saved-trips-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	font-size: 10pt !important;
}

.brb-saved-trips-wrapper .dashicons {
	font-size: 15px !important;
}

.brb-trip-saved-tile {
	text-align: left;
	padding: 10px 10px 10px 0;
	cursor: pointer;
}

.brb-trip-saved-tile-detail {
	text-align: left;
	padding: 2% 0 0 0;
	cursor: pointer;
}

/* RESPONSIVE TABLE */

@media only screen and (max-width: 921px) {
	.brb-filter-badge-wrapper {
		margin-bottom: 10px;
	}

	.brb-filter {
		display: flex !important;
		align-items: center !important;
		padding: 3% !important;
		justify-content: space-between !important;
	}

	.brb-active-filters-wrapper {
		display: flex !important;
		flex-direction: column !important;
	}

	.brb-table.brb-resp-lg thead {
		display: none;
	}

	.brb-table.brb-resp-lg,
	.brb-table.brb-resp-lg tbody,
	.brb-table.brb-resp-lg tr,
	.brb-table.brb-resp-lg td {
		display: block;
	}

	.brb-table.brb-resp-lg tr {
		margin-bottom: 25px;
		border: 1px solid #ededed;
	}

	.brb-table.brb-resp-lg td {
		padding-left: 150px;
		position: relative;
		min-height: 55px;
	}

	.brb-table.brb-resp-lg td::before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		padding-left: 12px;
		max-width: 120px;
		font-weight: bold;
	}

	.brb-table.brb-resp-lg .brb-td-price {
		text-align: left;
	}
}

@media only screen and (max-width: 676px) {
	.brb-table.brb-resp-sm thead {
		display: none;
	}

	.brb-table.brb-resp-sm,
	.brb-table.brb-resp-sm tbody,
	.brb-table.brb-resp-sm tr,
	.brb-table.brb-resp-sm td {
		display: block;
	}

	.brb-slider-card .brb-departure-paragraph {
		font-size: 0.7rem;
		line-height: 1.4 !important;
	}

	.brb-card-wrapper .brb-price-content-wrapper {
		bottom:10px !important;
	}
	.brb-card-wrapper .brb-departure-paragraph {
		font-size: 0.6rem;
		line-height: 1.5 !important;
	}

	.brb-table.brb-resp-sm tr {
		margin-bottom: 25px;
		border: 1px solid #ededed;
	}

	.brb-table.brb-resp-sm td {
		padding-left: 150px;
		position: relative;
		min-height: 55px;
	}

	.brb-table.brb-resp-sm td::before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		padding-left: 12px;
		max-width: 120px;
		font-weight: bold;
	}

	.brb-table.brb-resp-sm .brb-td-price {
		text-align: left;
	}
}


/* Included Serivces */

.brb-details-container .brb-meta {
	margin-bottom: 30px;
}

.brb-services ul {
	padding-left: 20px;
}

.brb-services li::marker,
.brb-accordion .brb-accordion-content li::marker {
	content: "✓ ";
}

.brb-description {
	font-size: 13px;
}

/* Cards Resultspage */

.brb-card-content {
	padding: 15px 25px 30px;
}

.brb-services h4 {
	text-transform: none !important;
	font-weight: bold;
}

.brb-card-content h3 {
	font-size: 21px !important;
	line-height: 1.4em !important;
	margin-top: 0;
}

.brb-order-button {
	background: #b3c900;
	border-radius: 15px !important;
	color: white;
}

.brb-price-content-wrapper {
	position: absolute;
	bottom: 20px;
	width: 85%;
}

.brb-item-half .brb-price {
	margin-bottom: 10px;
}

.brb-item-half .brb-order-button {
	padding: 12px 12px;
	font-size: 16px;
}

.brb-card {
	min-height: 550px !important;
	background: #f8f9fa;
	margin-bottom: 50px !important;
	position: relative;

	transition: 0.2s;
}

.brb-card-link:hover {
	color: #333;
}

.brb-card:hover {
	background: #e9ecef !important;
}

.brb-img-copyright {
	position: absolute;
	top: 33%;
	text-align: right;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 2px;
	font-size: 10px;
	color: #ffffff;
}

.brb-card .brb-image-preview img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}

.brb-results-container .brb-row {
	display: flex;
	flex-wrap: wrap;
}

.brb-card-tags {
	position: absolute;
	top: 8px;
	right: 5px;
}

.brb-tag-list {
	margin-left: -10px;
}

.brb-card-tags .brb-tag {
	font-size: 12px;
}

/* Search */

.h3.brb-heading {
	text-transform: none !important;
}

.brb-search select:after {
	content: '<>';
	font: 17px "Consolas", monospace;
	color: #333;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 11px;
	/*Adjust for position however you want*/

	top: 18px;
	padding: 0 0 2px;
	border-bottom: 1px solid #999;
	/*left line */

	position: absolute;
	pointer-events: none;
}

.brb-search {
	padding: 30px;
	display: flex;
	background: #ededed;
	margin-bottom: 50px;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.brb-heading {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-transform: none !important;
	width: 95%;
}



.brb-search-block {
	background: #ededed !important;
}

.brb-tooltip{
	 display: none;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	border-radius: 3px;
	font-size: 13px;
	width: 100%;
	min-height: 200px;
	color:white;
	background: rgba(0,0,0,0.7);
}
.brb-tooltip-text{
    padding:3%;
    position: absolute;
}
.brb-icon-container {
	cursor: pointer;
	right: 10px;
	text-align: right;
	position: absolute;
}

.brb-icon-container:hover .brb-tooltip {
	display: block; /* Show tooltip on hover */
}

.brb-search input,
.brb-search select {
	width: 100% !important;
	/*  margin: 0 10px; */
	flex-grow: 1;
	border-radius: 0 !important;
	border: none !important;
}

.brb-search input[type="date"] {
	max-width: 100%;
}

.brb-complete-search input[type="date"] {
	/*font-size: 12px*/
}

.brb-complete-search form select {
	font-size: 13px;
}

.brb-complete-search form input {
	font-size: 13px;
}

.brb-search input[type="submit"] {
	min-width: 150px;
	height: 50px;
	background: #333;
	cursor: pointer;
	color: #fff;
}

/* Pagination */

.brb-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
}

.brb-pagination-item {
	min-width: 30px;
	min-height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	border: 1px solid;
	border-radius: 3px;
}

.brb-pagination-item.active {
	background: #ededed;
}

.brb-slider-card {
	margin: 2%;
}

.brb-heading {
	white-space: normal;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 5px;
}

.brb-complete-search .brb-search {
	justify-content: space-around;
}

.brb-search-calendar .brb-trip-search .brb-search {
	justify-content: flex-start;
	align-items: center;
	margin-top: 0 !important;
	padding: 0;
}

table.brb-table.brb-trip-table {
	display: block;
	overflow-x: auto;
}

table.brb-table.brb-trip-table tbody {
	width: 100%;
}

.brb-search input[type="submit"] {
	margin-top: 0 !important;
}

.brb-trip-search input[type="submit"] {
	margin: 0 !important;
}

.brb-trip-search [class^="brb-col"] {
	margin: 0.5rem 1% !important;
}

.brb-col-12 select {
	/* styling */
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='256' height='256' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)' %3E%3Cpath d='M 58.799 58.33 L 16.466 15.998 c -1.059 -1.059 -2.776 -1.059 -3.835 0 L 0.794 27.834 c -1.059 1.059 -1.059 2.776 0 3.835 l 42.333 42.333 c 1.059 1.059 2.776 1.059 3.835 0 l 11.837 -11.837 C 59.858 61.107 59.858 59.39 58.799 58.33 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3Cpath d='M 31.201 58.33 l 42.333 -42.333 c 1.059 -1.059 2.776 -1.059 3.835 0 l 11.837 11.837 c 1.059 1.059 1.059 2.776 0 3.835 L 46.873 74.002 c -1.059 1.059 -2.776 1.059 -3.835 0 L 31.201 62.166 C 30.142 61.107 30.142 59.39 31.201 58.33 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.7rem top 50%;
	background-size: 0.65rem auto;
}

/* Accordion */

.brb-menu-mobile {
	display: none;
}

ul.brb-accordion {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.brb-accordion>li {
	position: relative;

	margin: 0 auto 15px auto;
	border: 1px solid #eee;
	cursor: pointer;
}

ul.brb-accordion li.active h3:after {
	transform: rotate(45deg);
}

ul.brb-accordion>li>h3.brb-accordion-heading {
	font-weight: 700;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 0;
	font-size: 15px;
	letter-spacing: 0.01em;
	cursor: pointer;
}

ul.brb-accordion>li>h3.brb-accordion-heading:after {
	content: "+";
	position: absolute;
	right: 10px;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
}

ul.brb-accordion>li div.brb-accordion-content {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	cursor: pointer;
}

ul.brb-accordion div.brb-accordion-content h3 {
	font-size: 21px;
}

.fotorama__caption__wrap {
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
}

.fotorama__caption {
	text-align: right;
}

/** slider **/

.brb-multislider .item {
	display: inline-flex;
	flex-direction: column;
	justify-content: space-around;
	align-content: center;
	flex-wrap: nowrap;
}

.brb-multislider .brb-item-third {
	width: 100%;
	min-width: 100%;
}

.brb-multislider .brb-item-half {
	max-width: 21vw;
	min-width: 21vw;
	padding:4%;
}

.brb-item-half .brb-card-order-bottom {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.brb-departure-paragraph {
	white-space: normal;
	font-size: 0.7em;
}

.brb-complete-search form input[type="date"]{
	background: #ffffff !important;
}

.brb-item-half .brb-trip-saved-tile {
	text-align: left;
	cursor: pointer;
	margin-right: 10px;
	font-size: 10pt;
}

.brb-trip-saved-text {
	font-size: 12px;
}

.brb-item-half .brb-trip-saved-text {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	justify-content: center;
}

.brb-item-half .brb-price-content-wrapper {
	position: absolute;
	bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	width: 80%;
	align-content: center;
}

.brb-item-half .brb-order-button {
	padding: 12px 22px;
}

.brb-multislider .brb-item-full {
	width: 33.33%;
	min-width: 33.33%;
}

.brb-multislider {
	position: relative;
}

.brb-multislider .MS-content {
	white-space: nowrap;
	overflow: hidden;
	margin: 0 3%;
}

.brb-right-control,
.brb-left-control {
	cursor: pointer;
}

button.brb-left-control {
	left: -2%;
}


.brb-multislider .brb-slider-controls .brb-right-control {
	right: -2%;
}

.brb-multislider .brb-slider-controls button {
	position: absolute;
	border: none;
	background-color: transparent;
	outline: 0;
	font-size: 25px;
	top: 215px;
	color: rgba(0, 0, 0, 0.4);
	transition: 0.15s linear;
}

.brb-slider-controls {
	cursor: pointer;
}

/** snackbar notification trip saved **/
/* The snackbar - position it at the bottom and in the middle of the screen */
#brb-snackbar {
	visibility: hidden;
	min-width: 250px;
	background-color: rgba(75, 181, 67, 0.7);
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 20;
	left: 30px;
	bottom: 30px;
}

.add-to-favourites {
	cursor: pointer;
}

#brb-snackbar.brb-show-success {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#brb-snackbar.brb-show-danger {
	visibility: visible;
	background-color: rgba(255, 0, 0, 0.7) !important;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}

	to {
		bottom: 30px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}

	to {
		bottom: 30px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}

	to {
		bottom: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}

	to {
		bottom: 0;
		opacity: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.brb-menu-mobile {
		display: block;
	}

	.brb-menu-desktop {
		display: none;
	}
}

/* Grid */

/* POSITIONING */

.brb-left {
	text-align: left;
}

.brb-right {
	text-align: right;
}

.brb-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.brb-justify {
	text-align: justify;
}

/* ==== GRID SYSTEM ==== */

.brb-container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.brb-row {
	position: relative;
	width: 100%;
}

.brb-row [class^="brb-col"] {
	float: left;
	margin: 0.5rem 2%;
	min-height: 0.125rem;
}

.brb-alert {
	background: #f8f9fa;
	margin: 0.5rem 2%;
	padding: 0.5%;
}

.brb-col-1,
.brb-col-2,
.brb-col-3,
.brb-col-4,
.brb-col-5,
.brb-col-6,
.brb-col-7,
.brb-col-8,
.brb-col-9,
.brb-col-10,
.brb-col-11,
.brb-col-12 {
	width: 96%;
}

.brb-col-1-sm {
	width: 4.33%;
}

.brb-col-2-sm {
	width: 12.66%;
}

.brb-col-3-sm {
	width: 21%;
}

.brb-col-4-sm {
	width: 29.33%;
}

.brb-col-5-sm {
	width: 37.66%;
}

.brb-col-6-sm {
	width: 46%;
}

.brb-col-7-sm {
	width: 54.33%;
}

.brb-col-8-sm {
	width: 62.66%;
}

.brb-col-9-sm {
	width: 71%;
}

.brb-col-10-sm {
	width: 79.33%;
}

.brb-col-11-sm {
	width: 87.66%;
}

.brb-col-12-sm {
	width: 96%;
}

.brb-row::after {
	content: "";
	display: table;
	clear: both;
}

.brb-hidden-sm {
	display: none;
}

@media only screen and (min-width: 1024px) {

	/* 540px */
	.brb-container {
		width: 80%;
	}
}

@media only screen and (min-width: 1024px) {

	/* 720px */
	.brb-col-1 {
		width: 4.33%;
	}

	.brb-col-2 {
		width: 12.66%;
	}

	.brb-col-3 {
		width: 21%;
	}

	.brb-col-4 {
		width: 29.33%;
	}

	.brb-col-5 {
		width: 37.66%;
	}

	.brb-col-6 {
		width: 46%;
	}

	.brb-col-7 {
		width: 54.33%;
	}

	.brb-col-8 {
		width: 62.66%;
	}

	.brb-col-9 {
		width: 71%;
	}

	.brb-col-10 {
		width: 79.33%;
	}

	.brb-col-11 {
		width: 87.66%;
	}

	.brb-col-12 {
		width: 96%;
	}

	.brb-hidden-sm {
		display: block;
	}
}

@media only screen and (max-width: 1000px) {
	.brb-table td {
		padding: 5px 5px;
	}

	td.brb-table-price {
		min-width: 140px;
	}
}

@media (min-width: 800px) and (max-width: 1000px) {
	.brb-multislider .brb-item-full {
		width: 50%;
		min-width: 50%;
	}

	.brb-multislider .brb-item-half {
		width: 100%;
		min-width: 100%;
	}
}

@media only screen and (min-width: 1024px) {

	/* 960px */
	.brb-container {
		width: 100%;
		/*max-width: 60rem;*/
	}
}

@media only screen and (max-width: 800px) {
	.brb-price-content-post-wrapper .brb-card-order-bottom {
		display: flex;
		align-items: center;
		justify-content: center;
		align-content: stretch;
		flex-wrap: wrap;
		flex-direction: column;
		height: 60px;
		float: unset;
	}

	#brb-load-more-btn {
		width: 100%;
	}

	.brb-complete-search input[type="date"]:before {
		content: attr(placeholder) !important;
		margin-right: 0.5em;
		background-color: #efefef !important;
	}

	.brb-search-small input[type="date"]:before {
		content: attr(placeholder) !important;
		margin-right: 0.5em;
		background-color: white;
	}

	/*.brb-search-calendar input[type="date"]:before {*/
	/*	content: attr(placeholder) !important;*/
	/*	margin-right: 0.5em;*/
	/*	background-color: white;*/
	/*}*/

	.brb-container {
		width: 100%;
	}

	.brb-price-content-post-wrapper .brb-price {
		text-align: center;
	}

	.brb-multislider .brb-item-full {
		width: 100%;
		min-width: 100%;
	}

	.brb-multislider .brb-item-half {
		width: 100%;
		min-width: 100%;
	}
}

/* Shortcode Liste */

.brb-trip-list {
	list-style-type: none;
	padding-left: 0;
}

.brb-trip-list li {
	margin-bottom: 8px;
}

.brb-trip-list .brb-list-container {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.brb-trip-list h4 {
	font-size: 16px !important;
	margin-bottom: 0;
	color: #fff !important;
	margin-top: 0;
}

.brb-trip-list p {
	margin-top: 3px;
}

.brb-list-img img {
	min-width: 120px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}


#brb-load-more-btn {
	padding: 10px 20px;
	background: #022e5f;
	text-align: center;
	color: white;
	width: 30%;
	cursor: pointer;
}


#rh-load-more-months {
	display: flex;
	align-items: center;
	justify-content: center;
}

/** css spinner **/
.brb-loader-calendar {
	color: #022e5f;
	font-size: 30px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	display: none;
	height: 1em;
	border-radius: 50%;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
.brb-active-filters-wrapper {
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
	justify-content: flex-start;
	column-gap: 10px;
}
.brb-filter-badge-wrapper {
	background: grey;
	border: 1px solid grey;
	font-size: 0.7rem;
	border-radius: 50px;
	margin-right: 1%;
	color: white;
	cursor: pointer;
}

.brb-filter-badge-wrapper:hover {
	border: 1px solid  grey;
	background: unset;
	color: grey;
}

.brb-filter {
	display: flex;
	padding: 5px;
	flex-direction: row;
	align-items: center;
}

.brb-subtitle{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-transform: none !important;

}

@-webkit-keyframes load6 {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}

	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}

	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}

	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}

	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}

	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}

@keyframes load6 {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}

	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}

	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}

	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}

	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}

	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}

@-webkit-keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}