#clFilterBar label {
    display: block;
}

#clFilterBar .ui-accordion-header, #clFilterBar .ui-accordion-content {
    background: #382e19;
    border: none;
    color: white;
}
#clFilterBar .ui-accordion-header {
    font-weight: bold;
}
#clFilterBar .ui-accordion-content {
    margin-bottom: 1em;
    padding-top: 0;
}

#clFilterBar input {
    position: relative;
    z-index: 1001;
}
.cabin-list a {
    text-decoration: none;
}
a.cabinlisting {
    padding-bottom: 1em;
    border-bottom: 2px solid #d57523;
    background-color: #f0ebe5;
}
.cabinlisting .button {
    background-color: #3d713d;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    transition: background-color 0.3s linear;
}
.cabinlisting .button:hover {
    background-color: #4f924f;
    transition: background-color 0.3s linear;
}
a.cabinlisting {
    display: block;
    padding: 1em;
}
a.cabinlisting.alt {
    background-color: #e5ddd3;
}
.cabinlisting h3 {
    border-bottom: 1px solid grey;
}
.cabinlisting .vc_col-sm-4 {
    padding: 0;
}
.cabinlisting .price {
    float: right;
    color: #d57523;
}
.cabinlisting strong {
    color: black;
}
.cabin-listing a {
    color: black !important;
}
.cabin-listing {
    width: 100%;
}
.cabin-listing img {
    min-height: 100%;
    width: 100%;
    object-fit: cover;
    height: revert-layer;
}
.cabin-listing .cabin-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    min-height: 190px;
}
.cabin-listing .cabin-info .cabin-name {
    width: 100%;
}
.cabin-name h3, .cabin-name h4 {
    font-weight: 700;
}
.cabin-ratings {
    align-self: end;
}
.cabin-bedrooms {
    align-self: center;
}
.cabin-description {
    width: 100%;
}

.eltdf-pt-three-item .eltdf-pt-three-content-holder {
    vertical-align: top;
}
.eltdf-post-item .eltdf-pt-info-section>div>div {
    font-size: 12px;
}

.eltdf-pt-three-image-holder a>div {
    position: relative;
    top: -2em;
    height: 2em;
    text-align: center;
    color: white;
    background-color: rgba(60,30,10,0.8);
    line-height: 2em;
}

/* Text decoration is an all or nothing thing because the entire card is the link. To fix this, we get rid of all of the text decoration and manually add it to some of the text to make it look nicer/like a link */
div.card > a {
    text-decoration: none;
}

.ratio>img {
    height: 100% !important;
}
.ratio>img {
    -o-object-fit: cover;
    object-fit: cover;
}
.cabinlist a {
    color: black;
    text-decoration: none;
}
.cabinlist .Title {
    font-size: 1.3em;
    margin-bottom: 0;
}
.Tags .tag {
    display:inline-block;
    background-color: lightgray;
    font-weight: bold;
    color: black;
    line-height: 28px;
}

select.form-select-sm {
    width: auto;
    display:inline-block;
}

input.text, select.text {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

.select2-results__option {
    padding-right: 2px;
    vertical-align: middle;
}
.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 10px;
    vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\2713";
    color: #fff;
    background-color: var(--bs-primary);
    border: 0;
    display: inline-block;
    padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}
.select2-container--default .select2-selection--multiple {
    margin-bottom: 0px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: var(--bs-primary);
    border-width: 1px;
    border-radius: var(--bs-border-radius);
}
.select2-container--default.select2-container .select2-selection--multiple, .select2-container--default.select2-container .select2-selection--single {
    border-radius: var(--bs-border-radius);
    padding: .375rem .75rem;
}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border: var(--bs-border-width) solid var(--bs-border-color);
}
.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}
.select2-container--default .select2-results__option--selected {
    background: rgba(200, 200, 200, 0.9) !important;
    color: #000 !important;
}
.select2-container--default .select2-results__option--selected:before {
    background-color: var(--bs-primary);
    border: var(--bs-primary);
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px !important;
    height: 24px !important;
}
.select2-container .select2-selection--single {
    height: auto;
}
